From 0333d7006f7c1e415819c0521d01b58f80313fbe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 12 Feb 2019 18:29:58 +0300 Subject: code cleaning --- plugins/UserInfoEx/src/stdafx.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/UserInfoEx/src/stdafx.h') 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; -- cgit v1.2.3