summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/input.c4
-rw-r--r--input/input.h5
2 files changed, 0 insertions, 9 deletions
diff --git a/input/input.c b/input/input.c
index 9c23ee9b2a..96faeab436 100644
--- a/input/input.c
+++ b/input/input.c
@@ -1,7 +1,5 @@
#include "../config.h"
-#ifdef HAVE_NEW_INPUT
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -1346,5 +1344,3 @@ static int mp_input_print_cmd_list(config_t* cfg) {
}
exit(0);
}
-
-#endif /* HAVE_NEW_INPUT */
diff --git a/input/input.h b/input/input.h
index 1652b78ef7..1b6d58f8e6 100644
--- a/input/input.h
+++ b/input/input.h
@@ -1,6 +1,3 @@
-
-#ifdef HAVE_NEW_INPUT
-
// All commands id
#define MP_CMD_SEEK 0
#define MP_CMD_AUDIO_DELAY 1
@@ -171,5 +168,3 @@ mp_input_init(void);
void
mp_input_uninit(void);
-
-#endif /* HAVE_NEW_INPUT */