From dc0e610677cbffd543c035f271ed951ebd7334f1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Nov 2012 15:18:33 +0100 Subject: options: remove --osdlevel in favor of --osd-level --osdlevel has been documented as renamed/removed. Not actually removing it was probably an oversight. --- core/cfg-mplayer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 8346e31c92..5bc07c8f34 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -648,7 +648,6 @@ const m_option_t mplayer_opts[]={ //---------------------- mplayer-only options ------------------------ {"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, - OPT_INTRANGE("osdlevel", osd_level, 0, 0, 3), OPT_CHOICE("osd-level", osd_level, 0, ({"0", 0}, {"1", 1}, {"2", 2}, {"3", 3})), OPT_INTRANGE("osd-duration", osd_duration, 0, 0, 3600000), -- cgit v1.2.3