diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-12 18:29:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-12 18:29:58 +0300 |
commit | 0333d7006f7c1e415819c0521d01b58f80313fbe (patch) | |
tree | 7db5b73c9b39adefa7a38ea742b22f022a7f0119 /plugins/UserInfoEx/src/stdafx.h | |
parent | 837be8df532198e24b6672eb9e0bd14a5c0fed3c (diff) |
code cleaning
Diffstat (limited to 'plugins/UserInfoEx/src/stdafx.h')
-rw-r--r-- | plugins/UserInfoEx/src/stdafx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h index 095017dd57..c15c141fe9 100644 --- a/plugins/UserInfoEx/src/stdafx.h +++ b/plugins/UserInfoEx/src/stdafx.h @@ -104,10 +104,6 @@ using namespace std; #define GetUserData(p) GetWindowLongPtr((p), GWLP_USERDATA)
#define SetUserData(p, l) SetWindowLongPtr((p), GWLP_USERDATA, (LONG_PTR) (l))
-unsigned int hashSetting_M2(const wchar_t * key); //new Murma2 hash
-unsigned int hashSetting_M2(const char * key); //new Murma2 hash
-unsigned int hashSettingW_M2(const char * key); //new Murma2 hash
-
#include "resource.h"
#include "version.h"
#include "../IconPacks/default/src/icons.h"
@@ -209,8 +205,6 @@ extern struct CountryListEntry *countries; * UserInfoEx common used functions
***********************************************************************************************************/
-DWORD hashSetting(LPCSTR szStr); //old miranda hash
-
static FORCEINLINE BOOL IsProtoOnline(LPSTR pszProto)
{
return pszProto && pszProto[0] && Proto_GetStatus(pszProto) >= ID_STATUS_ONLINE;
|