aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 739d54a255..058b157e1e 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -317,7 +317,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
if (!Base::processSettings(command, settings))
return 0;
-#if defined(__SYMBIAN32__) || defined(_WIN32_WCE)
+#if defined(_WIN32_WCE)
// Init keymap support.
// FIXME: Fingolfin seez: Now that we don't use a detector anymore, this
// could and should be moved to your OSystem::initBackend() method :-)