Skip to content

Commit 88e7639

Browse files
committed
...
1 parent f650c38 commit 88e7639

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/wesnoth.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,6 @@ int main(int argc, char** argv)
10321032

10331033
// declare this here so that it will always be at the front of the event queue.
10341034
events::event_context global_context;
1035-
1036-
#if !defined(__ANDROID__) && !defined(__IPHONEOS__)
1037-
SDL_StartTextInput();
1038-
#endif
10391035
const int res = do_gameloop(cmdline_opts);
10401036
safe_exit(res);
10411037
} catch(const boost::program_options::error& e) {

0 commit comments

Comments
 (0)