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),