summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-27 18:08:02 +0200
committerwm4 <wm4@nowhere>2015-05-27 18:08:02 +0200
commitdc2c7371f17df42fb75d541b6adb9a11a33c5874 (patch)
tree042fda48b226a5c350d4323cd64f92f53de93efd /input
parente8a1d35e9c439ba8a86507e02292cc24fef0174a (diff)
downloadmpv-dc2c7371f17df42fb75d541b6adb9a11a33c5874.tar.bz2
mpv-dc2c7371f17df42fb75d541b6adb9a11a33c5874.tar.xz
command: remove deprecated get_property command
This command has been deprecated in the 0.8.x and 0.9.x releases - get rid of it. Its only point ever was MPlayer compatibility, which broke years ago anyway.
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c1
-rw-r--r--input/cmd_list.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 5f69878fb7..5838bff066 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -146,7 +146,6 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_RUN, "run", { ARG_STRING, ARG_STRING }, .vararg = true },
{ MP_CMD_SET, "set", { ARG_STRING, ARG_STRING } },
- { MP_CMD_GET_PROPERTY, "get-property", { ARG_STRING } },
{ MP_CMD_ADD, "add", { ARG_STRING, OARG_DOUBLE(0) },
.allow_auto_repeat = true},
{ MP_CMD_CYCLE, "cycle", {
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 86f24f2edb..fad635f0b2 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -65,7 +65,6 @@ enum mp_command_type {
MP_CMD_SUB_REMOVE,
MP_CMD_SUB_RELOAD,
MP_CMD_SET,
- MP_CMD_GET_PROPERTY,
MP_CMD_PRINT_TEXT,
MP_CMD_SHOW_TEXT,
MP_CMD_SHOW_PROGRESS,