From 1416051048756ab769de52ab5eb67a31e41524fd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Mar 2013 11:49:39 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/chat.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/TabSRMM/src/chat/chat.h') diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 97224cef53..12fa5bb75d 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -30,20 +30,11 @@ * * (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors * - * $Id: chat.h 12272 2010-08-04 08:24:08Z silvercircle $ - * */ #ifndef _CHAT_H_ #define _CHAT_H_ -#pragma warning( disable : 4786 ) // limitation in MSVC's debugger. -#pragma warning( disable : 4996 ) // limitation in MSVC's debugger. - -#define WIN32_LEAN_AND_MEAN - -#include "m_stdhdr.h" - //defines #define OPTIONS_FONTCOUNT 20 #define GC_UPDATETITLE (WM_USER+100) -- cgit v1.2.3