summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-19 18:05:05 +0200
committerwm4 <wm4@nowhere>2012-09-07 16:06:36 +0200
commit330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5 (patch)
treea2e58e54888fa6f64f5ee15adf52631f72255f48 /input
parent83f68f725d80b23f76c9a8cd8dbb8349b33c9779 (diff)
downloadmpv-330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5.tar.bz2
mpv-330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5.tar.xz
command: remove sub_log command
Not very useful, and introduced special cases. Just get rid of it, can be reintroduced if in a better way if someone misses this feature.
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 6bf45edf7e..34b8f019b8 100644
--- a/input/input.c
+++ b/input/input.c
@@ -139,7 +139,6 @@ static const mp_cmd_t mp_cmds[] = {
{ MP_CMD_SUB_VOB, "sub_vob", { OARG_INT(-2) } },
{ MP_CMD_SUB_DEMUX, "sub_demux", { OARG_INT(-2) } },
{ MP_CMD_SUB_FILE, "sub_file", { OARG_INT(-2) } },
- { MP_CMD_SUB_LOG, "sub_log", },
{ MP_CMD_SUB_SCALE, "sub_scale", { ARG_FLOAT, OARG_INT(0) } },
#ifdef CONFIG_ASS
{ MP_CMD_ASS_USE_MARGINS, "ass_use_margins", { OARG_INT(-1) } },
diff --git a/input/input.h b/input/input.h
index 910561fa9f..2460492df7 100644
--- a/input/input.h
+++ b/input/input.h
@@ -81,7 +81,6 @@ enum mp_command_type {
MP_CMD_SPEED_MULT,
MP_CMD_SPEED_SET,
MP_CMD_RUN,
- MP_CMD_SUB_LOG,
MP_CMD_SWITCH_AUDIO,
MP_CMD_GET_TIME_POS,
MP_CMD_SUB_LOAD,