From 3cfbe810383d8efd04e8c0b3ad47cfe73f69ca97 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Nov 2013 00:08:38 +0100 Subject: 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). --- mpvcore/input/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore/input/input.h') 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, -- cgit v1.2.3