fix redundant redeclaration warning

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23817 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
Gabrov 2007-07-18 13:02:08 +00:00
parent 2e42b402b6
commit d2705f7abe
2 changed files with 0 additions and 2 deletions

View File

@ -113,7 +113,6 @@ extern int osd_duration;
extern int term_osd;
extern int fixed_vo;
extern int ass_enabled;
extern int fixed_vo;
extern int forced_subs_only;
// These were listed as externs in mplayer.c, should be in some other header

View File

@ -24,7 +24,6 @@
#define SIGKILL 9 /* kill (cannot be caught or ignored) */
#define SIGBUS 10 /* bus error */
#define SIGPIPE 13 /* broken pipe */
extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
#endif
#include <sys/time.h>