diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp index 4858501126..dff9a0d564 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -362,9 +362,6 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { setupGraphics(system); - // Enable translation - TransMan.setLanguage(ConfMan.get("gui_language").c_str()); - // Init the event manager. As the virtual keyboard is loaded here, it must // take place after the backend is initiated and the screen has been setup system.getEventManager()->init(); |