summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-06 00:08:38 +0100
committerwm4 <wm4@nowhere>2013-11-06 00:08:38 +0100
commit3cfbe810383d8efd04e8c0b3ad47cfe73f69ca97 (patch)
tree704051ac3940c06429bd17dcc9b0c0270934440f /mpvcore/input/input.h
parent9dc0dfbd54349672c5948f323f8490b91d4b3a62 (diff)
downloadmpv-3cfbe810383d8efd04e8c0b3ad47cfe73f69ca97.tar.bz2
mpv-3cfbe810383d8efd04e8c0b3ad47cfe73f69ca97.tar.xz
input: remove unused key_down_event command
There's no real use-case for this, and is wasn't documented (didn't even appear on the "undocumented commands" list).
Diffstat (limited to 'mpvcore/input/input.h')
-rw-r--r--mpvcore/input/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/input/input.h b/mpvcore/input/input.h
index 160abfb50e..f55e151b7d 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -54,7 +54,6 @@ enum mp_command_type {
MP_CMD_SUB_ADD,
MP_CMD_SUB_REMOVE,
MP_CMD_SUB_RELOAD,
- MP_CMD_KEYDOWN_EVENTS,
MP_CMD_SET,
MP_CMD_GET_PROPERTY,
MP_CMD_PRINT_TEXT,