diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-07 13:27:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-07 13:27:34 +0300 |
commit | e49e0826c1a628fdc4a55de09d09fde706f75193 (patch) | |
tree | cce376df45721f27976296ce8384166b254f03de /protocols/JabberG/src/stdafx.h | |
parent | e6edc1ba036f66f07878779d4d7a973c80d30efb (diff) |
unused code removed
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 105e805d61..a6afbd23ea 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -721,7 +721,6 @@ typedef char JabberShaStrBuf[2*MIR_SHA1_HASH_SIZE + 1]; wchar_t* __stdcall JabberNickFromJID(const wchar_t *jid);
wchar_t* JabberPrepareJid(const wchar_t *jid);
-void __stdcall JabberUrlDecodeW(WCHAR *str);
char* __stdcall JabberSha1(const char *str, JabberShaStrBuf buf);
wchar_t* __stdcall JabberStrFixLines(const wchar_t *str);
void __stdcall JabberHttpUrlDecode(wchar_t *str);
|