diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-19 12:43:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-19 12:43:33 +0000 |
commit | 01ff549a2303122360f819c3344ff8a374839d82 (patch) | |
tree | 2241ad5b66087551f54a726894055d2e08a8763c /include/m_clist.h | |
parent | 2201b08878bbf3f72c6e48ef82e4b80374f58c29 (diff) |
further junk cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 1475fca43d..3d3e8cfbda 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -253,15 +253,6 @@ typedef struct { #define IMAGE_GROUPSHUT 12
/////////////////////////////////////////////////////////////////////////////////////////
-// get the icon that should be associated with a contact
-// wParam = (MCONTACT)hContact
-// lParam = 0
-// returns an index into the contact list imagelist. See clist/geticonsimagelist
-// If the contact is flashing an icon, this function will not return that
-// flashing icon. Use me_clist_contacticonchanged to get info about that.
-#define MS_CLIST_GETCONTACTICON "CList/GetContactIcon"
-
-/////////////////////////////////////////////////////////////////////////////////////////
// The icon of a contact in the contact list has changed
// wParam = (MCONTACT)hContact
// lParam = iconId
|