diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-24 12:33:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-24 12:33:43 +0000 |
commit | 6d99499879c434f212f4c02e751f730eca610983 (patch) | |
tree | 45fe6c186a4b89b1b0565a321b9ce4f166b873a8 /plugins/Chat/clist.cpp | |
parent | 7a6399d054da0e2e21d00b110b885e15b278d3b7 (diff) |
Chat:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Chat/clist.cpp')
-rw-r--r-- | plugins/Chat/clist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Chat/clist.cpp b/plugins/Chat/clist.cpp index 87d544097e..df60f1de3a 100644 --- a/plugins/Chat/clist.cpp +++ b/plugins/Chat/clist.cpp @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "chat.h"
-extern HINSTANCE g_hInst;
-
extern HANDLE hJoinMenuItem, hLeaveMenuItem;
HANDLE CList_AddRoom(const char* pszModule, const TCHAR* pszRoom, const TCHAR* pszDisplayName, int iType)
|