diff options
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r-- | scumm/scummvm.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 270300d27b..faef46e4fd 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -52,11 +52,6 @@ #include <sys/stat.h> #endif -#ifdef _MSC_VER -// Disable "unknown pragma" warning in MSVC 6 -#pragma warning(disable : 4068) -#endif - #ifdef _WIN32_WCE extern bool isSmartphone(void); #endif |