From e8a1d35e9c439ba8a86507e02292cc24fef0174a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 27 May 2015 18:01:26 +0200 Subject: options: remove --slave-broken It has been deprecated for ages. --- player/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'player/main.c') 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; -- cgit v1.2.3