summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:59:53 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:59:53 +0000
commite9506908bc0cbce58f9a5bfd3f5e3bb1c3de1731 (patch)
treee62faf502376432a5223aa69dd2d6e70cef81fac /libvo
parent81863a5dd4885629b187017d468eb65f697b779b (diff)
downloadmpv-e9506908bc0cbce58f9a5bfd3f5e3bb1c3de1731.tar.bz2
mpv-e9506908bc0cbce58f9a5bfd3f5e3bb1c3de1731.tar.xz
Another unneeded xinerama_screen extern
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23637 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index c69eb1e4f2..7d9cd26f5d 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -11,9 +11,6 @@
static void set_window( void ); /* forward declaration to kill warnings */
#ifdef VO_XMGA
static void mDrawColorKey( void ); /* forward declaration to kill warnings */
-#ifdef HAVE_XINERAMA
-extern int xinerama_screen;
-#endif
#endif
static int mga_next_frame=0;