summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
committerwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
commite2e6bb496e615ab33b55d2218d289d969b103ae8 (patch)
treeb13c42b34afcfe95c80a18743c92dc0c5fc2ea2a /options/options.c
parentc1acb1afe1a890f6195acdd08842c81b9cea3528 (diff)
downloadmpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.bz2
mpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.xz
options: remove deprecated --playlist-pos alias
This causes problems because it has the same name as a property which behaves differently.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 1f0c9b1ef3..bbe596d24e 100644
--- a/options/options.c
+++ b/options/options.c
@@ -856,7 +856,6 @@ const m_option_t mp_opts[] = {
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"),
- OPT_REPLACED("playlist-pos", "playlist-start"),
OPT_REPLACED("sub-text-font", "sub-font"),
OPT_REPLACED("sub-text-font-size", "sub-font-size"),
OPT_REPLACED("sub-text-color", "sub-color"),