Mercurial > mplayer.hg
changeset 7308:8162d2f591f9
removes old input code (forgot to commit this)
author | alex |
---|---|
date | Sat, 07 Sep 2002 20:30:17 +0000 |
parents | 7d20830716a1 |
children | 10f629e33ee6 |
files | libmpdemux/mpdemux.c |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mpdemux.c Sat Sep 07 13:57:41 2002 +0000 +++ b/libmpdemux/mpdemux.c Sat Sep 07 20:30:17 2002 +0000 @@ -1,9 +1,6 @@ - #include "config.h" #include <stdlib.h> - -#ifdef HAVE_NEW_INPUT #include "../input/input.h" int mpdemux_check_interrupt(int time) { mp_cmd_t* cmd; @@ -26,12 +23,3 @@ return 0; } } - -#else // Default function -int mpdemux_check_interrupt(int time){ - usec_sleep(time*1000); - return 0; -} -#endif - -