From 35e8b6c1e68ae936ca0aeee4f30732cd13ef9932 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Sep 2016 21:02:31 +0200 Subject: options: drop unreferenced --bluray-angle option Uh, what? It wasn't used at all. It was probably accidentally dropped at one point, or it was never used at all. Whatever, who cares. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 1d2203726d..64b264323e 100644 --- a/options/options.c +++ b/options/options.c @@ -284,7 +284,6 @@ const m_option_t mp_opts[] = { ({"auto", -1})), #if HAVE_LIBBLURAY OPT_STRING("bluray-device", bluray_device, M_OPT_FILE), - OPT_INTRANGE("bluray-angle", bluray_angle, 0, 0, 999), #endif /* HAVE_LIBBLURAY */ // ------------------------- demuxer options -------------------- @@ -737,6 +736,7 @@ const m_option_t mp_opts[] = { OPT_REPLACED("media-title", "force-media-title"), OPT_REPLACED("input-unix-socket", "input-ipc-server"), OPT_REPLACED("softvol-max", "volume-max"), + OPT_REMOVED("bluray-angle", "this didn't do anything for a few releases"), {0} }; -- cgit v1.2.3