diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-06 13:39:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-06 13:39:41 +0000 |
commit | adf7fec7b1e32e93998e08cd41e9d84852db1758 (patch) | |
tree | 1dd6c4130659b3741cc693902c6fdc89518e8b81 /plugins/Clist_modern/src/modern_clist.h | |
parent | 56c24779dc455536c35866a65b25e4d729074b9d (diff) |
clist_modern:
- fix for a nightmare with contsct renaming;
- end of a crutch with caching 'Unknown contact';
- cache control over the contact's name went to the core;
- code cleaning;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@16596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clist.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_clist.h b/plugins/Clist_modern/src/modern_clist.h index 9747554acc..5fc23f6720 100644 --- a/plugins/Clist_modern/src/modern_clist.h +++ b/plugins/Clist_modern/src/modern_clist.h @@ -96,9 +96,6 @@ struct ClcCacheEntry : public ClcCacheEntryBase HANDLE hTimeZone;
DWORD dwLastMsgTime;
- void getName(void);
- void freeName(void);
-
int __forceinline getStatus() const
{ return (this == NULL) ? ID_STATUS_OFFLINE : m_iStatus;
}
|