aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Nakos2006-06-10 21:17:26 +0000
committerKostas Nakos2006-06-10 21:17:26 +0000
commit44fc26a907ed5837e2be6c84574ba5dd9d2d1e87 (patch)
tree269f957b8fba4facc2025ef9c142e14cb1066ad8
parentb495cd44b3de5ff254d696a23d80a7360712aa2e (diff)
downloadscummvm-rg350-44fc26a907ed5837e2be6c84574ba5dd9d2d1e87.tar.gz
scummvm-rg350-44fc26a907ed5837e2be6c84574ba5dd9d2d1e87.tar.bz2
scummvm-rg350-44fc26a907ed5837e2be6c84574ba5dd9d2d1e87.zip
removed GUI::Actions::init() now that noone uses it.
svn-id: r23017
-rw-r--r--base/main.cpp7
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();