From 26d05c0190c9cca1444cc7a004c1149b3358ab10 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Jul 2003 18:40:28 +0000 Subject: the VC warning for unknown pragmas is now gloabally disabled, no need to work around it locally svn-id: r9300 --- gui/widget.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gui/widget.cpp') diff --git a/gui/widget.cpp b/gui/widget.cpp index 4eadad7956..d16de51d0c 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -24,11 +24,6 @@ #include "newgui.h" -#ifdef _MSC_VER -# pragma warning( disable : 4068 ) // unknown pragma -#endif - - Widget::Widget (Dialog *boss, int x, int y, int w, int h) : _type(0), _boss(boss), _x(x), _y(y), _w(w), _h(h), _id(0), _flags(0), _hasFocus(false) { -- cgit v1.2.3