summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-19 18:06:06 +0200
committerwm4 <wm4@nowhere>2012-09-07 16:06:36 +0200
commit1fb275b7de1f58a14182594996930860295af6c4 (patch)
treecd9580d665920bc782eda89637c46205cb761233 /input/input.h
parent330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5 (diff)
downloadmpv-1fb275b7de1f58a14182594996930860295af6c4.tar.bz2
mpv-1fb275b7de1f58a14182594996930860295af6c4.tar.xz
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.
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 0 insertions, 1 deletions
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,