aboutsummaryrefslogtreecommitdiff
path: root/common/str.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.cpp')
-rw-r--r--common/str.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/str.cpp b/common/str.cpp
index 97bb7fb17e..91ba683838 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -23,11 +23,6 @@
#include <ctype.h>
-#ifdef _MSC_VER
-// Disable "unknown pragma" warning in MSVC 6
-#pragma warning(disable : 4068)
-#endif
-
namespace ScummVM {
String::String(const char *str, int len) {