summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_contact.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-04-18 19:16:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-04-18 19:16:01 +0000
commit2201b08878bbf3f72c6e48ef82e4b80374f58c29 (patch)
tree507bf66a0f1824cfc000a5ceb4bb2287b1bbde97 /plugins/Clist_modern/src/modern_contact.cpp
parent6409436d74e5831d362a4e4a102f4ed5527c4562 (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_contact.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_contact.cpp5
1 files changed, 0 insertions, 5 deletions
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++)