diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-20 19:48:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-20 19:48:11 +0000 |
commit | 9cbb9794dca03fe252b0b0659ca108de63737678 (patch) | |
tree | 18ae7cc817d7902ece87a7478df6fa1aad1fe2d2 /plugins/TabSRMM/src/contactcache.h | |
parent | 6433efee2bc3e5642893344af0f82e5138c65cf9 (diff) |
- fix for the wrong tab name for new contacts;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@17195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/contactcache.h')
-rw-r--r-- | plugins/TabSRMM/src/contactcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/contactcache.h b/plugins/TabSRMM/src/contactcache.h index 8e5c2afef4..a469b4b6a5 100644 --- a/plugins/TabSRMM/src/contactcache.h +++ b/plugins/TabSRMM/src/contactcache.h @@ -100,7 +100,6 @@ struct CContactCache : public MZeroedObject ////////////////////////////////////////////////////////////////////////////
bool updateStatus(int iStatus);
- void updateState();
bool updateNick();
void updateMeta();
bool updateUIN();
|