From 03e3e4ebe0fee7bbe8014014b77a21d22cc090a8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 6 Apr 2010 00:55:48 +0000 Subject: Fixed translation issue Removed unneeded/duplicated code (thus shaved few more kb from the dll) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@496 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'updater/utils.h') 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); -- cgit v1.2.3