summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-27 18:01:26 +0200
committerwm4 <wm4@nowhere>2015-05-27 18:01:26 +0200
commite8a1d35e9c439ba8a86507e02292cc24fef0174a (patch)
tree76fde40945a2681e55f7405b3849372a91b3df9c /player
parentac6ebbbcbc89ef91fbf4858c86ced53ed471cd14 (diff)
downloadmpv-e8a1d35e9c439ba8a86507e02292cc24fef0174a.tar.bz2
mpv-e8a1d35e9c439ba8a86507e02292cc24fef0174a.tar.xz
options: remove --slave-broken
It has been deprecated for ages.
Diffstat (limited to 'player')
-rw-r--r--player/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/player/main.c b/player/main.c
index a5fb3e7f4d..bb22069bfc 100644
--- a/player/main.c
+++ b/player/main.c
@@ -414,12 +414,6 @@ int mp_initialize(struct MPContext *mpctx, char **options)
}
MP_STATS(mpctx, "start init");
- if (opts->slave_mode) {
- MP_WARN(mpctx, "--slave-broken is deprecated (see manpage).\n");
- opts->consolecontrols = 0;
- m_config_set_option0(mpctx->mconfig, "input-file", "/dev/stdin");
- }
-
if (!mpctx->playlist->first && !opts->player_idle_mode)
return -3;