diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-08 13:20:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-08 13:20:52 +0300 |
commit | 048ef61d78aba395988abe8621ba29437d281472 (patch) | |
tree | e3c5f44dcb0c89a7a17700edcd69b272f86c30f3 /plugins/Clist_nicer/src/clist.h | |
parent | c1a600574575d7cffa1a877649598c758b684c45 (diff) |
Clist_nicer: unused code removed
Diffstat (limited to 'plugins/Clist_nicer/src/clist.h')
-rw-r--r-- | plugins/Clist_nicer/src/clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/clist.h b/plugins/Clist_nicer/src/clist.h index 8e6d0e3212..32409f3a6c 100644 --- a/plugins/Clist_nicer/src/clist.h +++ b/plugins/Clist_nicer/src/clist.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once
-int IconFromStatusMode(const char *szProto, int status, MCONTACT hContact, HICON *phIcon);
+int IconFromStatusMode(const char *szProto, int status, MCONTACT hContact);
#define CLUIINTM_REDRAW (WM_USER+100)
#define CLUIINTM_STATUSBARUPDATE (WM_USER+101)
|