summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-15 01:48:27 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:30 +0200
commit950999dd7bcf863535634e2ac227d19979beadd4 (patch)
tree788d6f98185ae44134e15b38fa92b3ca9cef2d23 /input/input.h
parent4e2fab5846d2fe7f51a799abb4118515efac854b (diff)
downloadmpv-950999dd7bcf863535634e2ac227d19979beadd4.tar.bz2
mpv-950999dd7bcf863535634e2ac227d19979beadd4.tar.xz
commands: remove speed_set/speed_incr commands
Redundant with set/switch commands.
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/input/input.h b/input/input.h
index 52fdfb956b..aed05af78f 100644
--- a/input/input.h
+++ b/input/input.h
@@ -44,9 +44,7 @@ enum mp_command_type {
MP_CMD_TV_SET_NORM,
MP_CMD_SWITCH_RATIO,
MP_CMD_FRAME_STEP,
- MP_CMD_SPEED_INCR,
MP_CMD_SPEED_MULT,
- MP_CMD_SPEED_SET,
MP_CMD_RUN,
MP_CMD_SUB_LOAD,
MP_CMD_KEYDOWN_EVENTS,