1 parent f650c38 commit 88e7639Copy full SHA for 88e7639
1 file changed
src/wesnoth.cpp
@@ -1032,10 +1032,6 @@ int main(int argc, char** argv)
1032
1033
// declare this here so that it will always be at the front of the event queue.
1034
events::event_context global_context;
1035
-
1036
-#if !defined(__ANDROID__) && !defined(__IPHONEOS__)
1037
- SDL_StartTextInput();
1038
-#endif
1039
const int res = do_gameloop(cmdline_opts);
1040
safe_exit(res);
1041
} catch(const boost::program_options::error& e) {
0 commit comments