From 0b03ca9d27df2576fc2026389d3d60abacd3808f Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Aug 2002 15:55:58 +0000 Subject: removed old input code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 4 ---- input/input.h | 5 ----- 2 files changed, 9 deletions(-) (limited to 'input') 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 #include #include @@ -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 */ -- cgit v1.2.3