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/delphi | |
parent | 609c3041668b36bc6abfa9511aa4e197bf0060ff (diff) |
finally that perversion with double protocol caching in clist died
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clistint.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index ea5c91dcbc..724ad30bf7 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -292,8 +292,6 @@ type hwndStatus : HWND;
hMenuMain : HMENU;
hInst : HMODULE;
- hClcProtoCount : int;
- clcProto : PClcProtoStatus;
(* clc.h *)
pfnContactListControlWndProc : function(hwnd:HWND; msg:uint; wParam:WPARAM; lParam:LPARAM):LRESULT; stdcall;
|