summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-07 14:32:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-07 14:32:51 +0300
commit2c89ab98b84a92c0386700d6911be46ad18edc50 (patch)
treec10a72e0578510d97d9e58b1efcaab8f8076197d /include/delphi
parent609c3041668b36bc6abfa9511aa4e197bf0060ff (diff)
finally that perversion with double protocol caching in clist died
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_clistint.inc2
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;