aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
authorMax Horn2008-08-04 17:46:22 +0000
committerMax Horn2008-08-04 17:46:22 +0000
commit4900a3e96ec7bb8ce2414776f55f96d8c84ebb32 (patch)
tree5d9cc1a87f8d8d3c202fe4ca685ba8a6feb33163 /common/system.cpp
parent2f2a4f03d0eda0f7f81fbfb9a8bc9cb95586bd43 (diff)
downloadscummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.tar.gz
scummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.tar.bz2
scummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.zip
Remove some code which was rendered obsolete by md5's commit r33610
svn-id: r33617
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/system.cpp b/common/system.cpp
index ac45656202..e3f81a69b6 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -145,12 +145,6 @@ FIXME: The config file loading code below needs to be cleaned up.
#include "backends/platform/iphone/osys_iphone.h"
#endif
-#if defined(WIN32)
-#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
-#endif
-
#if defined(UNIX)
#define DEFAULT_CONFIG_FILE ".scummvmrc"