summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:51:06 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:51:06 +0000
commit81863a5dd4885629b187017d468eb65f697b779b (patch)
tree1e091543337172008f8da322f6a946ccd33983f7 /libvo
parent12c23915c9d3ea478919c9d16ca6a9a0d7df88a1 (diff)
downloadmpv-81863a5dd4885629b187017d468eb65f697b779b.tar.bz2
mpv-81863a5dd4885629b187017d468eb65f697b779b.tar.xz
xinerama_screen is already declared in video_out.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23636 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xover.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_xover.c b/libvo/vo_xover.c
index fb5a388bb6..2a3d8ff9cb 100644
--- a/libvo/vo_xover.c
+++ b/libvo/vo_xover.c
@@ -67,10 +67,6 @@ static uint32_t window_width, window_height;
static uint32_t drwX, drwY, drwWidth, drwHeight, drwBorderWidth,
drwDepth, drwcX, drwcY, dwidth, dheight;
-#ifdef HAVE_XINERAMA
-extern int xinerama_screen;
-#endif
-
static vo_functions_t* sub_vo = NULL;