summaryrefslogtreecommitdiffstats
path: root/input
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 /input
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 'input')
-rw-r--r--input/input.c1
-rw-r--r--input/input.h1
2 files changed, 0 insertions, 2 deletions
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", },
diff --git a/input/input.h b/input/input.h
index a055b59138..ddd9016203 100644
--- a/input/input.h
+++ b/input/input.h
@@ -50,7 +50,6 @@ enum mp_command_type {
MP_CMD_LOADFILE,
MP_CMD_LOADLIST,
MP_CMD_PLAYLIST_CLEAR,
- MP_CMD_VF_CHANGE_RECTANGLE,
MP_CMD_GAMMA,
MP_CMD_SUB_VISIBILITY,
MP_CMD_VOBSUB_LANG, // deprecated: combined with SUB_SELECT