diff options
Diffstat (limited to 'plugins/TabSRMM/src/chat/clist.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/clist.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/chat/clist.cpp b/plugins/TabSRMM/src/chat/clist.cpp index d3714fc820..d465202497 100644 --- a/plugins/TabSRMM/src/chat/clist.cpp +++ b/plugins/TabSRMM/src/chat/clist.cpp @@ -26,8 +26,6 @@ contacts and handle default action for such contacts. This code was taken in almost unmodified from from the chat.dll
plugin, originally written by Jörgen Persson
-$Id: clist.c 10402 2009-07-24 00:35:21Z silvercircle $
-
*/
/*
@@ -38,8 +36,6 @@ $Id: clist.c 10402 2009-07-24 00:35:21Z silvercircle $ char *szChatIconString = "chaticon";
-extern HANDLE hJoinMenuItem, hLeaveMenuItem;
-
static HANDLE Clist_GroupExists(TCHAR *tszGroup)
{
unsigned int i = 0;
|