changeset 24159:13a22175045e

Fix warning: vo_xvidix.c:75: warning: redundant redeclaration of 'xinerama_screen' video_out.h:193: warning: previous declaration of 'xinerama_screen' was here
author diego
date Sat, 25 Aug 2007 13:37:19 +0000
parents b5a39fa1bf4c
children bdef7723fd23
files libvo/vo_xvidix.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)
 {