aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/widget.cpp')
-rw-r--r--gui/widget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/widget.cpp b/gui/widget.cpp
index 9160afe78f..f259400d78 100644
--- a/gui/widget.cpp
+++ b/gui/widget.cpp
@@ -23,12 +23,6 @@
#include "dialog.h"
#include "newgui.h"
-#ifdef _MSC_VER
-// Disable "unknown pragma" warning in MSVC 6
-#pragma warning(disable : 4068)
-#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) {