diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 13:37:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 13:37:19 +0000 |
commit | da382ab432275bde1c46888b2b978ea2f15e8467 (patch) | |
tree | 0d9dfaf778fd20d7e9460fc05a81d33ea2fdbdb3 /libvo | |
parent | 030020a181eedd57b3525abfbd883ae825f61e15 (diff) |
Fix warning:
vo_xvidix.c:75: warning: redundant redeclaration of 'xinerama_screen'
video_out.h:193: warning: previous declaration of 'xinerama_screen' was here
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24179 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_xvidix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_xvidix.c b/libvo/vo_xvidix.c index 75a673ca59..9f4c578e2c 100644 --- a/libvo/vo_xvidix.c +++ b/libvo/vo_xvidix.c @@ -71,9 +71,6 @@ static uint32_t drwX, drwY, drwWidth, drwHeight, drwBorderWidth, extern void set_video_eq(int cap); -#ifdef HAVE_XINERAMA -extern int xinerama_screen; -#endif static void set_window(int force_update) { |