summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/input/keycodes.h')
-rw-r--r--mpvcore/input/keycodes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mpvcore/input/keycodes.h b/mpvcore/input/keycodes.h
index ade5091695..23aa634b5e 100644
--- a/mpvcore/input/keycodes.h
+++ b/mpvcore/input/keycodes.h
@@ -201,12 +201,6 @@
#define MP_AR_VDOWN (MP_AR_BASE + 12)
#define MP_AR_VDOWN_HOLD (MP_AR_BASE + 13)
-// Apple Media Keys input module
-#define MP_MK_BASE (MP_KEY_BASE+0xF0)
-#define MP_MK_PLAY (MP_MK_BASE + 0)
-#define MP_MK_PREV (MP_MK_BASE + 1)
-#define MP_MK_NEXT (MP_MK_BASE + 2)
-
// Mouse wheels or touchpad input
#define MP_AXIS_BASE (MP_KEY_BASE+0x100)
#define MP_AXIS_UP (MP_AXIS_BASE+0)