diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 10:51:06 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 10:51:06 +0000 |
commit | 81863a5dd4885629b187017d468eb65f697b779b (patch) | |
tree | 1e091543337172008f8da322f6a946ccd33983f7 /libvo | |
parent | 12c23915c9d3ea478919c9d16ca6a9a0d7df88a1 (diff) |
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.c | 4 |
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; |