aacdec: kill some dead code
[paraslash.git] / sdl_gui.ggo
index a318658ab27e017090813a4a5e7a53220ed72129..3d04f8a2bb67240bee72c626583095237d7a3a3d 100644 (file)
@@ -1,9 +1,8 @@
-# file sample1.ggo
 option "fullscreen" f "Use fullscreeen mode" flag off
 option "interactive" i "Activate interactive mode" flag off
-option "width" x "Specify screen width" int typestr="pixels" default="1024" no
-option "height" y "Specify screen height" int typestr="pixels" default="768" no
-option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" no
-option "window-id" w "(currently ignored)" string typestr="filename" no
-option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" no
-option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" no
+option "width" x "Specify screen width" int typestr="pixels" default="1024" optional
+option "height" y "Specify screen height" int typestr="pixels" default="768" optional
+option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" optional
+option "window-id" w "(currently ignored)" string typestr="filename" optional
+option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" optional
+option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" optional