diff options
-rw-r--r-- | base/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/main.cpp b/base/main.cpp index 058b157e1e..7a6cea8b4e 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -317,13 +317,6 @@ extern "C" int scummvm_main(int argc, char *argv[]) { if (!Base::processSettings(command, settings)) return 0; -#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 :-) - GUI::Actions::init(); -#endif - // Init the backend. Must take place after all config data (including // the command line params) was read. system.initBackend(); |