summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 18:35:53 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 18:35:53 +0000
commit904cff75523dbc837bf45649ad9b51f1d063a796 (patch)
tree96c3bbbfa10310175305bb8166c533dc6d71c5c6 /Gui/cfg.c
parentcc23a80b46df5e66679bde9067e31be56951d269 (diff)
downloadmpv-904cff75523dbc837bf45649ad9b51f1d063a796.tar.bz2
mpv-904cff75523dbc837bf45649ad9b51f1d063a796.tar.xz
not needed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8921 b3059339-0415-0410-9bf9-f77b7e298cf2
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 },