diff options
Diffstat (limited to 'updater/utils.h')
-rw-r--r-- | updater/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/updater/utils.h b/updater/utils.h index 0a46518..28dfa1e 100644 --- a/updater/utils.h +++ b/updater/utils.h @@ -12,9 +12,6 @@ bool CreatePath(const TCHAR *path); // must 'free' return val
TCHAR *GetTString(const char *asc);
// use system default codepage - called from external process where langpack codepage is not (easily) accessible
-TCHAR *GetTStringACP(const char *asc);
-
-char *GetAString(const TCHAR *t);
void RemoveFolder(const TCHAR *src_folder);
|