summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index c5b5170bd3..210fc872b1 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -31,7 +31,6 @@ int gtkVopPP = 0;
int gtkVopFAME = 0;
#endif
-int gtkAONoSound = 0;
int gtkAONorm = 0;
int gtkAOSurround = 0;
int gtkAOExtraStereo = 0;
@@ -96,7 +95,6 @@ static config_t gui_opts[] =
#endif
{ "ao_driver",&audio_driver_list,CONF_TYPE_STRING_LIST,0,0,0,NULL },
- { "ao_nosound",&gtkAONoSound,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_volnorm",&gtkAONorm,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_surround",&gtkAOSurround,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_extra_stereo",&gtkAOExtraStereo,CONF_TYPE_FLAG,0,0,1,NULL },