From 3cb616a2862e5b86f06345c9e9ba2d518b6100b7 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 2 Jan 2018 21:20:06 +0100 Subject: player: remove internal `vo-resize` command again Its only usecase was automated in the previous commit. --- player/command.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 541e2d1987..b159f91708 100644 --- a/player/command.c +++ b/player/command.c @@ -5434,13 +5434,6 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re reload_audio_output(mpctx); break; - case MP_CMD_VO_RESIZE: { - if (!mpctx->video_out) - return -1; - vo_control(mpctx->video_out, VOCTRL_EXTERNAL_RESIZE, NULL); - break; - } - case MP_CMD_AF: return edit_filters_osd(mpctx, STREAM_AUDIO, cmd->args[0].v.s, cmd->args[1].v.s, msg_osd); -- cgit v1.2.3