diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-07 14:32:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-07 14:32:51 +0300 |
commit | 2c89ab98b84a92c0386700d6911be46ad18edc50 (patch) | |
tree | c10a72e0578510d97d9e58b1efcaab8f8076197d /include/m_clistint.h | |
parent | 609c3041668b36bc6abfa9511aa4e197bf0060ff (diff) |
finally that perversion with double protocol caching in clist died
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index d0aeabd3d9..594fa70546 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -192,6 +192,7 @@ struct MenuProto ptrA szProto;
HGENMENU pMenu;
HICON hIcon;
+ int iStatus;
};
/////////////////////////////////////////////////////////////////////////////////////////
@@ -295,12 +296,6 @@ EXTERN_C MIR_APP_DLL(int) Clist_GetAccountIndex(int iPos); /////////////////////////////////////////////////////////////////////////////////////////
// CLIST_INTERFACE structure definition
-struct ClcProtoStatus
-{
- char *szProto;
- DWORD dwStatus;
-};
-
struct ClcCacheEntryBase
{
MCONTACT hContact;
@@ -316,9 +311,6 @@ struct CLIST_INTERFACE HMENU hMenuMain;
HMODULE hInst;
- int hClcProtoCount;
- ClcProtoStatus *clcProto;
-
// clc.h
LRESULT (CALLBACK *pfnContactListControlWndProc)(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|