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/m_clistint.h | |
parent | 80c32c431207f86b0be44f5f94488de35458fc55 (diff) |
more unused stuff cleaned
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 1 insertions, 3 deletions
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
|