diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-14 18:31:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-14 18:31:24 +0000 |
commit | bec846007b6eb358d5dee8baea6cd870ce88cff2 (patch) | |
tree | 98f5b59d92356fc65a9ccc895ce64e66fc18ffdd /plugins/Clist_modern/src/hdr | |
parent | 6bcddf950c9540f89462706948dad7e28be31583 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_clist.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_clist.h b/plugins/Clist_modern/src/hdr/modern_clist.h index 65cfaeb76e..064c7c3501 100644 --- a/plugins/Clist_modern/src/hdr/modern_clist.h +++ b/plugins/Clist_modern/src/hdr/modern_clist.h @@ -76,10 +76,10 @@ struct ClcCacheEntry : public ClcCacheEntryBase {
int m_cache_nNoHiddenOffline;
- char* m_cache_cszProto;
- bool m_cache_bProtoNotExists;
int m_cache_nStatus;
- int m_cache_nHiddenSubcontact;
+ char* m_cache_cszProto;
+ bool m_bProtoNotExists, m_bIsSub;
+ bool isUnknown;
int i;
int ApparentMode;
@@ -87,7 +87,6 @@ struct ClcCacheEntry : public ClcCacheEntryBase int IdleTS;
void* ClcContact;
BYTE IsExpanded;
- bool isUnknown;
TCHAR* szSecondLineText;
CSmileyString ssSecondLine;
|