diff options
Diffstat (limited to 'plugins/IEView/src/Utils.h')
-rw-r--r-- | plugins/IEView/src/Utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 17639ede35..33bf23dbed 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -50,10 +50,6 @@ public: static char *convertToString(const wchar_t *a, int cp);
static char *escapeString(const char *a);
static DWORD safe_wcslen(wchar_t *msg, DWORD maxLen);
- static char *UTF8Encode(const wchar_t *wtext);
- static char *UTF8Encode(const char *text);
- static void UTF8Encode(const char *text, char *output, int maxLen);
- static void UTF8Encode(const wchar_t *text, char *output, int maxLen);
static int detectURL(const wchar_t *text);
static HANDLE hookEvent_Ex(const char *name, MIRANDAHOOK hook);
static HANDLE createServiceFunction_Ex(const char *name, MIRANDASERVICE service);
|