summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/input.c1
-rw-r--r--input/input.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/input/input.c b/input/input.c
index b41328765f..6d05e8f44e 100644
--- a/input/input.c
+++ b/input/input.c
@@ -149,7 +149,6 @@ static mp_cmd_t mp_cmds[] = {
#ifdef USE_DVDNAV
{ MP_CMD_DVDNAV, "dvdnav", 1, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
- { MP_CMD_DVDNAV_EVENT, "dvdnav_event", 1, { { MP_CMD_ARG_VOID, {0}}, {-1, {0}} } },
#endif
#ifdef HAVE_MENU
diff --git a/input/input.h b/input/input.h
index bdb385c5e4..f44d5de7c1 100644
--- a/input/input.h
+++ b/input/input.h
@@ -106,8 +106,6 @@
#define MP_CMD_DVB_SET_CHANNEL 5101
#endif
-#define MP_CMD_DVDNAV_EVENT 6000
-
#define MP_CMD_DVDNAV_UP 1
#define MP_CMD_DVDNAV_DOWN 2
#define MP_CMD_DVDNAV_LEFT 3