summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/input/input.h b/input/input.h
index 0fccbb5233..04cefab46e 100644
--- a/input/input.h
+++ b/input/input.h
@@ -44,7 +44,6 @@ enum mp_command_type {
MP_CMD_TV_STEP_CHANNEL_LIST,
MP_CMD_VO_FULLSCREEN,
MP_CMD_SUB_POS,
- MP_CMD_DVDNAV,
MP_CMD_SCREENSHOT,
MP_CMD_PANSCAN,
MP_CMD_MUTE,
@@ -130,16 +129,6 @@ enum mp_command_type {
MP_CMD_SWITCH_TITLE,
MP_CMD_STOP,
- /// DVDNAV commands
- MP_CMD_DVDNAV_UP = 1000,
- MP_CMD_DVDNAV_DOWN,
- MP_CMD_DVDNAV_LEFT,
- MP_CMD_DVDNAV_RIGHT,
- MP_CMD_DVDNAV_MENU,
- MP_CMD_DVDNAV_SELECT,
- MP_CMD_DVDNAV_PREVMENU,
- MP_CMD_DVDNAV_MOUSECLICK,
-
/// DVB commands
MP_CMD_DVB_SET_CHANNEL = 5101,