diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-23 15:52:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-23 15:52:42 +0000 |
commit | 19bdb2b703bf31917094cdee509f16401f9b4721 (patch) | |
tree | 9ef9ef0bb3a4c7eab3c508deb55898e51b7f1fcd /plugins/CSList/src/cslist.h | |
parent | 103fe695d5ae6057cd132497c98de0f4cfb14d63 (diff) |
fix for import (cause various statuses of the different protos aren't compatible)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2448 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/cslist.h')
-rw-r--r-- | plugins/CSList/src/cslist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/cslist.h index c09b4f17d0..e2313d85af 100644 --- a/plugins/CSList/src/cslist.h +++ b/plugins/CSList/src/cslist.h @@ -418,7 +418,6 @@ INT_PTR __cdecl showList(WPARAM, LPARAM, LPARAM); // protocols enumeration related functions
void forAllProtocols(pForAllProtosFunc pFunc, void *arg);
void addProtoStatusMenuItem( char *protoName, void *arg);
-void countProtos( char *protoName, void *arg);
// other functions
void IitIcoLib();
|