From b5475af6d5ec30b6c53293bb1c9268bef38efd12 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 23:33:37 +0300 Subject: more unused stuff cleaned --- include/delphi/m_clistint.inc | 1 - include/m_clistint.h | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index d966dc78c8..ea5c91dcbc 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -287,7 +287,6 @@ type type PCLIST_INTERFACE = ^TCLIST_INTERFACE; TCLIST_INTERFACE = record - version : int; hwndContactList : HWND; hwndContactTree : HWND; hwndStatus : HWND; diff --git a/include/m_clistint.h b/include/m_clistint.h index b06e57cbb9..274b563300 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -312,8 +312,6 @@ struct ClcCacheEntryBase struct CLIST_INTERFACE { - int version; - HWND hwndContactList, hwndContactTree, hwndStatus; HMENU hMenuMain; HMODULE hInst; @@ -424,7 +422,7 @@ struct CLIST_INTERFACE OBJLIST *menuProtos; int currentDesiredStatusMode; - BOOL bDisplayLocked, bAutoRebuild; + BOOL bAutoRebuild; /************************************************************************************* * version 5 additions (0.7.0.x) - tray icons -- cgit v1.2.3