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 --- input/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index d1136532ed..7f9021e35b 100644 --- a/input/input.c +++ b/input/input.c @@ -189,7 +189,6 @@ static const mp_cmd_t mp_cmds[] = { { MP_CMD_LOADLIST, "loadlist", { ARG_STRING, OARG_INT(0) } }, { MP_CMD_PLAYLIST_CLEAR, "playlist_clear", }, { MP_CMD_RUN, "run", { ARG_STRING } }, - { MP_CMD_VF_CHANGE_RECTANGLE, "change_rectangle", { ARG_INT, ARG_INT } }, { MP_CMD_GET_VO_FULLSCREEN, "get_vo_fullscreen", }, { MP_CMD_GET_SUB_VISIBILITY, "get_sub_visibility", }, -- cgit v1.2.3