xinerama_screen is already declared in video_out.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-24 10:51:06 +00:00
parent 12c23915c9
commit 81863a5dd4
1 changed files with 0 additions and 4 deletions

View File

@ -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;