summaryrefslogtreecommitdiff
path: root/plugins/VersionInfo/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VersionInfo/src/utils.h')
-rw-r--r--plugins/VersionInfo/src/utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/VersionInfo/src/utils.h b/plugins/VersionInfo/src/utils.h
index c53678c933..7c8711ad3e 100644
--- a/plugins/VersionInfo/src/utils.h
+++ b/plugins/VersionInfo/src/utils.h
@@ -2,14 +2,9 @@
#define _M_VERSIONINFO_UTILS_H
//utils.cpp
-void MB(const TCHAR*);
void Log(const TCHAR*);
TCHAR *StrTrim(TCHAR *, const TCHAR *);
-//utils.cpp
-TCHAR *RelativePathToAbsolute(TCHAR *szRelative, TCHAR *szAbsolute, size_t size);
-TCHAR *AbsolutePathToRelative(TCHAR *szAbsolute, TCHAR *szRelative, size_t size);
-
//returns a string from the database and uses MirandaFree to deallocate the string, leaving only the local copy
//utils.cpp
int GetStringFromDatabase(char *szSettingName, TCHAR *szError, TCHAR *szResult, size_t size);
@@ -27,7 +22,6 @@ void GetISO8061Time(SYSTEMTIME* stLocal, LPTSTR lpszString, DWORD dwSize);
void NotifyError(DWORD, const TCHAR*, int);
//utils.cpp
-PLUGININFOEX *GetPluginInfo(const char *,HINSTANCE *);
PLUGININFOEX *CopyPluginInfo(PLUGININFOEX *);
void FreePluginInfo(PLUGININFOEX *);