diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_clistint.inc | 1 | ||||
-rw-r--r-- | include/m_clistint.h | 4 |
2 files changed, 1 insertions, 4 deletions
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<MenuProto> *menuProtos;
int currentDesiredStatusMode;
- BOOL bDisplayLocked, bAutoRebuild;
+ BOOL bAutoRebuild;
/*************************************************************************************
* version 5 additions (0.7.0.x) - tray icons
|