From 1fb275b7de1f58a14182594996930860295af6c4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 19 Aug 2012 18:06:06 +0200 Subject: command: remove sub_remove command This messes deeply with the subtitle bookkeeping data structures, and would have to be reimplemented anyway. It's not sure what this was even useful for. Possibly for slave mode. --- input/input.c | 1 - input/input.h | 1 - 2 files changed, 2 deletions(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index 34b8f019b8..4ea9e0c531 100644 --- a/input/input.c +++ b/input/input.c @@ -132,7 +132,6 @@ static const mp_cmd_t mp_cmds[] = { { MP_CMD_SUB_ALIGNMENT, "sub_alignment", { OARG_INT(-1) } }, { MP_CMD_SUB_VISIBILITY, "sub_visibility", { OARG_INT(-1) } }, { MP_CMD_SUB_LOAD, "sub_load", { ARG_STRING } }, - { MP_CMD_SUB_REMOVE, "sub_remove", { OARG_INT(-1) } }, { MP_CMD_SUB_SELECT, "vobsub_lang", { OARG_INT(-2) } }, // for compatibility { MP_CMD_SUB_SELECT, "sub_select", { OARG_INT(-2) } }, { MP_CMD_SUB_SOURCE, "sub_source", { OARG_INT(-2) } }, diff --git a/input/input.h b/input/input.h index 2460492df7..e1e333c486 100644 --- a/input/input.h +++ b/input/input.h @@ -84,7 +84,6 @@ enum mp_command_type { MP_CMD_SWITCH_AUDIO, MP_CMD_GET_TIME_POS, MP_CMD_SUB_LOAD, - MP_CMD_SUB_REMOVE, MP_CMD_KEYDOWN_EVENTS, MP_CMD_VO_BORDER, MP_CMD_SET_PROPERTY, -- cgit v1.2.3