From 5e3d3e76ed1d3cae5c651b2cdb4dfed4dde5c498 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Mar 2013 15:40:42 +0000 Subject: added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/chat/window.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'plugins/Scriver/src/chat/window.cpp') diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp index dea51e672a..50716c13f6 100644 --- a/plugins/Scriver/src/chat/window.cpp +++ b/plugins/Scriver/src/chat/window.cpp @@ -20,24 +20,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "../commonheaders.h" -#include "chat.h" -#include "../utils.h" -#include "../statusicon.h" #ifndef WM_UNICHAR #define WM_UNICHAR 0x0109 #endif -extern HBRUSH hListBkgBrush; -extern HBRUSH hListSelectedBkgBrush; -extern HANDLE hSendEvent; -extern HMENU g_hMenu; -extern TABLIST *g_TabList; -extern HANDLE hHookWinPopup; -extern HCURSOR hCurSplitNS, hCurSplitWE; - -extern CREOleCallback reOleCallback; - static ToolbarButton toolbarButtons[] = { {LPGENT("Bold"), IDC_CHAT_BOLD, 0, 4, 24}, {LPGENT("Italic"), IDC_CHAT_ITALICS, 0, 0, 24}, -- cgit v1.2.3