From d31d23e418dbf778e7cb9d9563e1a5a1bdb15d48 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Dec 2012 15:43:03 +0000 Subject: fix for duplicate menu entries in CSList git-svn-id: http://svn.miranda-ng.org/main/trunk@2594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CSList/src/cslist.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/CSList/src/cslist.h') diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/cslist.h index e2313d85af..f26a2c608c 100644 --- a/plugins/CSList/src/cslist.h +++ b/plugins/CSList/src/cslist.h @@ -416,8 +416,7 @@ struct CSAMWindow INT_PTR __cdecl showList(WPARAM, LPARAM, LPARAM); // protocols enumeration related functions -void forAllProtocols(pForAllProtosFunc pFunc, void *arg); -void addProtoStatusMenuItem( char *protoName, void *arg); +void addProtoStatusMenuItem(char *protoName); // other functions void IitIcoLib(); -- cgit v1.2.3