From 416c03417ebd7538882ee586bb049a25e202a7e6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 11 Sep 2012 11:58:28 +0200 Subject: vf_rectangle: remove as it is very dirty and we have a replacement now --- command.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 8a7f17dfba..1cffedfd13 100644 --- a/command.c +++ b/command.c @@ -2687,12 +2687,6 @@ void run_command(MPContext *mpctx, mp_cmd_t *cmd) screenshot_request(mpctx, cmd->args[0].v.i, cmd->args[1].v.i); break; - case MP_CMD_VF_CHANGE_RECTANGLE: - if (!sh_video) - break; - set_rectangle(sh_video, cmd->args[0].v.i, cmd->args[1].v.i); - break; - case MP_CMD_GET_TIME_LENGTH: mp_msg(MSGT_GLOBAL, MSGL_INFO, "ANS_LENGTH=%.2f\n", get_time_length(mpctx)); -- cgit v1.2.3