From 565345ba1b8019cc493b2a2df1a0dbe2d86163ce Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Wed, 1 Oct 2014 15:54:30 -0400 Subject: [PATCH] all cmdline options on all platforms --- include/cmdline.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/cmdline.h b/include/cmdline.h index 4079afb..a93eb3a 100644 --- a/include/cmdline.h +++ b/include/cmdline.h @@ -187,12 +187,9 @@ extern int Cmdline_spew_pof_info; extern int Cmdline_force_32bit; extern int Cmdline_mouse_coords; extern int Cmdline_timeout; -#ifdef PLAT_UNIX extern int Cmdline_no_grab; extern int Cmdline_play_movies; extern int Cmdline_fullscreen; -#endif - extern int Cmdline_window; #endif -- 2.39.2