aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index dcfaf800c9..a56c365a6d 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -29,11 +29,6 @@
#include "util.h"
-#ifdef _MSC_VER
-# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
-#endif
-
-
enum {
kScrolltime = 500, // ms scrolling is supposed to take
kPictureDelay = 20