diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-07 13:25:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-07 13:25:07 +0300 |
commit | e6edc1ba036f66f07878779d4d7a973c80d30efb (patch) | |
tree | c310656e2e9aaa4811e264ef2f811e79b5f582e4 /protocols/MSN/src/stdafx.h | |
parent | a9fbe9a81a6777b4b358d93116ee15f9f07dfb6e (diff) |
hopefully last custom UrlDecode implementation removed
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 0155d6e8e8..bbc01ec445 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -215,8 +215,6 @@ void parseWLID(char* wlid, char** net, char** email, char** inst); char* GetGlobalIp(void);
-template <class chartype> void UrlDecode(chartype* str);
-
char* MSN_GetAvatarHash(char* szContext, char** pszUrl = nullptr);
bool MSN_MsgWndExist(MCONTACT hContact);
|