From 9842c21a073489116cc8e4e0f1d9bc269b78dae9 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 10:53:51 +0000 Subject: [PATCH] warning fix: vo_xv.c:63: warning: redundant redeclaration of 'XShmGetEventBase' /usr/include/X11/extensions/XShm.h:80: warning: previous declaration of 'XShmGetEventBase' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24259 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 1a035d5f19..f90542be0d 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -59,8 +59,6 @@ LIBVO_EXTERN(xv) #include #include #include -/* since it doesn't seem to be defined on some platforms */ -int XShmGetEventBase(Display *); static XShmSegmentInfo Shminfo[NUM_BUFFERS]; static int Shmem_Flag;