aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorLars Persson2006-05-31 21:13:37 +0000
committerLars Persson2006-05-31 21:13:37 +0000
commit72904c33545ec534e43108d5ecea7905b8137c42 (patch)
tree5bcefd893b6ce38aa593cd299f5de75dab4c8475 /base
parent0044ef7be11e50c7b67b5564360a2955f9953eea (diff)
downloadscummvm-rg350-72904c33545ec534e43108d5ecea7905b8137c42.tar.gz
scummvm-rg350-72904c33545ec534e43108d5ecea7905b8137c42.tar.bz2
scummvm-rg350-72904c33545ec534e43108d5ecea7905b8137c42.zip
Moved Symbian call to GUI::Actions::init(); to the Symbian backend
svn-id: r22811
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 :-)