# HG changeset patch # User diego # Date 1188049039 0 # Node ID 13a22175045ed829f38523c7464f3c9caf826685 # Parent b5a39fa1bf4c5d710d7a360146ca2ccb0165e6b5 Fix warning: vo_xvidix.c:75: warning: redundant redeclaration of 'xinerama_screen' video_out.h:193: warning: previous declaration of 'xinerama_screen' was here diff -r b5a39fa1bf4c -r 13a22175045e libvo/vo_xvidix.c --- a/libvo/vo_xvidix.c Sat Aug 25 13:28:25 2007 +0000 +++ b/libvo/vo_xvidix.c Sat Aug 25 13:37:19 2007 +0000 @@ -71,9 +71,6 @@ extern void set_video_eq(int cap); -#ifdef HAVE_XINERAMA -extern int xinerama_screen; -#endif static void set_window(int force_update) {