summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-08 21:02:31 +0200
committerwm4 <wm4@nowhere>2016-09-08 21:02:31 +0200
commit35e8b6c1e68ae936ca0aeee4f30732cd13ef9932 (patch)
tree739f25aa9a51ab0c2bfef3d18549511ff84b2154 /options/options.c
parentca55a3292214c8bb2bc2340a159524474f472cec (diff)
downloadmpv-35e8b6c1e68ae936ca0aeee4f30732cd13ef9932.tar.bz2
mpv-35e8b6c1e68ae936ca0aeee4f30732cd13ef9932.tar.xz
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.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
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}
};