diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 18:16:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 18:16:36 +0000 |
commit | 69f098ce2dff7dc87607fcccafc550a965ca6e6a (patch) | |
tree | eda44f16ccc48cfa58d8454340977de6a86682fa /plugins/VersionInfo/src/utils.h | |
parent | e398ab10b327757fdc1ea37da21cb401f4d5d5e5 (diff) |
remove not used functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@5443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/utils.h')
-rw-r--r-- | plugins/VersionInfo/src/utils.h | 6 |
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 *);
|