diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-18 19:16:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-18 19:16:01 +0000 |
commit | 2201b08878bbf3f72c6e48ef82e4b80374f58c29 (patch) | |
tree | 507bf66a0f1824cfc000a5ceb4bb2287b1bbde97 /plugins/Clist_modern/src/modern_clist.h | |
parent | 6409436d74e5831d362a4e4a102f4ed5527c4562 (diff) |
useless function cli_ChangeContactIcon removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16716 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clist.h b/plugins/Clist_modern/src/modern_clist.h index 5fc23f6720..3d321906d0 100644 --- a/plugins/Clist_modern/src/modern_clist.h +++ b/plugins/Clist_modern/src/modern_clist.h @@ -29,7 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. void LoadContactTree(void);
HTREEITEM GetTreeItemByHContact(MCONTACT hContact);
-void cli_ChangeContactIcon(MCONTACT hContact, int iIcon, int add);
int GetContactInfosForSort(MCONTACT hContact, char **Proto, TCHAR **Name, int *Status);
///////////////////////////////////////////////////////////////////////////////
|