From 01ff549a2303122360f819c3344ff8a374839d82 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Apr 2016 12:43:33 +0000 Subject: further junk cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clist.inc | 11 ----------- include/m_clist.h | 9 --------- include/m_clistint.h | 2 +- 3 files changed, 1 insertion(+), 21 deletions(-) (limited to 'include') diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index eeb564581d..d7d94563af 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -155,17 +155,6 @@ const IMAGE_GROUPOPEN = 11; IMAGE_GROUPSHUT = 12; - { - wParam : TMCONTACT - lParam : 0 - Affect : Get the icon that should be associated with a contact - Returns: an index into the contact list imagelist, if the icon - is a flashing icon, this service won't return information about it - see below - Version: v0.1.2.0+ - } - MS_CLIST_GETCONTACTICON:PAnsiChar = 'CList/GetContactIcon'; - { wParam : TMCONTACT lParam : ICON_ID 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 @@ -252,15 +252,6 @@ typedef struct { #define IMAGE_GROUPOPEN 11 #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 diff --git a/include/m_clistint.h b/include/m_clistint.h index 778debe03f..23a415f7f3 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -387,7 +387,7 @@ struct CLIST_INTERFACE void (*pfnOnCreateClc)(void); /* contact.c */ - void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon, int add); + void (*pfnChangeContactIcon)(MCONTACT hContact, int iIcon); void (*pfnLoadContactTree)(void); int (*pfnCompareContacts)(const ClcContact *contact1, const ClcContact *contact2); int (*pfnSetHideOffline)(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3