From d2705f7abe654c84a984d311abc80d5be921ccc0 Mon Sep 17 00:00:00 2001 From: Gabrov Date: Wed, 18 Jul 2007 13:02:08 +0000 Subject: [PATCH] fix redundant redeclaration warning git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23817 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 1 - mplayer.c | 1 - 2 files changed, 2 deletions(-) diff --git a/mp_core.h b/mp_core.h index a3c537fd83..0dce78a426 100644 --- a/mp_core.h +++ b/mp_core.h @@ -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 diff --git a/mplayer.c b/mplayer.c index 2b37503173..df6c44fe34 100644 --- a/mplayer.c +++ b/mplayer.c @@ -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