summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/input/input.h b/input/input.h
index d922655950..2e48679856 100644
--- a/input/input.h
+++ b/input/input.h
@@ -182,13 +182,6 @@ typedef enum {
//! Input will be available if you try again
#define MP_INPUT_RETRY -4
-// For the key's drivers, if possible you can send key up and key down
-// events. Key up is the default, to send a key down you must use the
-// OR operator between the key code and MP_KEY_DOWN.
-#define MP_KEY_DOWN (1<<29)
-// Use this when the key shouldn't be auto-repeated (like mouse buttons)
-#define MP_NO_REPEAT_KEY (1<<28)
-
#ifndef MP_MAX_KEY_DOWN
#define MP_MAX_KEY_DOWN 32
#endif