From e2e6bb496e615ab33b55d2218d289d969b103ae8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Nov 2019 22:39:47 +0100 Subject: options: remove deprecated --playlist-pos alias This causes problems because it has the same name as a property which behaves differently. --- options/options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.c') 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"), -- cgit v1.2.3