diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 23:33:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 23:33:37 +0300 |
commit | b5475af6d5ec30b6c53293bb1c9268bef38efd12 (patch) | |
tree | 8635806077d1af0e3f76c1400322aef1d57c67e1 /include | |
parent | 80c32c431207f86b0be44f5f94488de35458fc55 (diff) |
more unused stuff cleaned
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
|