diff options
Diffstat (limited to 'plugins/helpers/gen_helpers.h')
-rw-r--r-- | plugins/helpers/gen_helpers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/helpers/gen_helpers.h b/plugins/helpers/gen_helpers.h index 8f4d91b940..110ea9d30a 100644 --- a/plugins/helpers/gen_helpers.h +++ b/plugins/helpers/gen_helpers.h @@ -33,10 +33,6 @@ wchar_t* a2u( char* src ); int ttoi(TCHAR *string);
TCHAR *itot(int num);
-char* Utf8EncodeUcs2( const wchar_t* src );
-char* Utf8Encode( const char* src );
-void Utf8Decode( char* str, wchar_t** ucs2 );
-
#define MAX_DEBUG 1024
#define __LOGLEVEL_DEBUG 10
|