diff options
Diffstat (limited to 'include/delphi/m_clistint.inc')
-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;
|