summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/msn_global.h')
-rw-r--r--protocols/MSN/msn_global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/MSN/msn_global.h b/protocols/MSN/msn_global.h
index 1c446112f6..955c3123db 100644
--- a/protocols/MSN/msn_global.h
+++ b/protocols/MSN/msn_global.h
@@ -206,8 +206,6 @@ TCHAR* EscapeChatTags(const TCHAR* pszText);
TCHAR* UnEscapeChatTags(TCHAR* str_in);
void overrideStr(TCHAR*& dest, const TCHAR* src, bool unicode, const TCHAR* def = NULL);
-void replaceStr(char*& dest, const char* src);
-void replaceStr(wchar_t*& dest, const wchar_t* src);
char* arrayToHex(BYTE* data, size_t datasz);