summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-09-11 11:58:28 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:08:20 +0200
commit416c03417ebd7538882ee586bb049a25e202a7e6 (patch)
tree265ef182b4e7aa1b4e9f75b36e58a0639a355443 /command.c
parent6371787b891160e2d3e0c56b8951b168f82ee7ab (diff)
downloadmpv-416c03417ebd7538882ee586bb049a25e202a7e6.tar.bz2
mpv-416c03417ebd7538882ee586bb049a25e202a7e6.tar.xz
vf_rectangle: remove as it is very dirty and we have a replacement now
Diffstat (limited to 'command.c')
-rw-r--r--command.c6
1 files changed, 0 insertions, 6 deletions
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));