Author: cazfi
Date: Wed Dec 17 19:39:37 2014
New Revision: 27330

URL: http://svn.gna.org/viewcvs/freeciv?rev=27330&view=rev
Log:
Cleaned out all stuff related to --eventthread commandline option from 
sdl2-client.

See patch #5506

Modified:
    trunk/client/gui-sdl2/gui_main.c

Modified: trunk/client/gui-sdl2/gui_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/gui_main.c?rev=27330&r1=27329&r2=27330&view=diff
==============================================================================
--- trunk/client/gui-sdl2/gui_main.c    (original)
+++ trunk/client/gui-sdl2/gui_main.c    Wed Dec 17 19:39:37 2014
@@ -167,8 +167,6 @@
   /* add client-specific usage information here */
   fc_fprintf(stderr,
              _("  -f,  --fullscreen\tStart Client in Fullscreen mode\n"));
-  fc_fprintf(stderr, _("  -e,  --eventthread\tInit Event Subsystem in "
-                       "other thread (only Linux and BeOS)\n"));
   fc_fprintf(stderr, _("  -t,  --theme THEME\tUse GUI theme THEME\n"));
 
   /* TRANS: No full stop after the URL, could cause confusion. */
@@ -190,11 +188,6 @@
       exit(EXIT_SUCCESS);
     } else if (is_option("--fullscreen", argv[i])) {
       options.gui_sdl2_fullscreen = TRUE;
-#if 0
-    } else if (is_option("--eventthread", argv[i])) {
-      /* init events in other thread ( only linux and BeOS ) */
-      SDL_InitSubSystem(SDL_INIT_EVENTTHREAD);
-#endif
     } else if ((option = get_option_malloc("--theme", argv, &i, argc))) {
       sz_strlcpy(options.gui_sdl2_default_theme_name, option);
     } else {


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to