From 2201b08878bbf3f72c6e48ef82e4b80374f58c29 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Apr 2016 19:16:01 +0000 Subject: useless function cli_ChangeContactIcon removed git-svn-id: http://svn.miranda-ng.org/main/trunk@16716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_contact.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Clist_modern/src/modern_contact.cpp') diff --git a/plugins/Clist_modern/src/modern_contact.cpp b/plugins/Clist_modern/src/modern_contact.cpp index e4ef1ff3c9..3b17c800fb 100644 --- a/plugins/Clist_modern/src/modern_contact.cpp +++ b/plugins/Clist_modern/src/modern_contact.cpp @@ -52,11 +52,6 @@ static int GetContactStatus(MCONTACT hContact) return (GetContactCachedStatus(hContact)); } -void cli_ChangeContactIcon(MCONTACT hContact, int iIcon, int add) -{ - corecli.pfnChangeContactIcon(hContact, iIcon, add); -} - static int GetStatusModeOrdering(int statusMode) { for (int i = 0; i < _countof(statusModeOrder); i++) -- cgit v1.2.3