From dc2c7371f17df42fb75d541b6adb9a11a33c5874 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 27 May 2015 18:08:02 +0200 Subject: 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. --- input/cmd_list.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input/cmd_list.c') 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", { -- cgit v1.2.3