[MPlayer-cvslog] r27980 - trunk/libvo/vo_xvmc.c

diego subversion at mplayerhq.hu
Sun Nov 23 12:53:18 CET 2008


Author: diego
Date: Sun Nov 23 12:53:17 2008
New Revision: 27980

Log:
Remove unused variables and the related warnings along with them.


Modified:
   trunk/libvo/vo_xvmc.c

Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c	(original)
+++ trunk/libvo/vo_xvmc.c	Sun Nov 23 12:53:17 2008
@@ -1033,9 +1033,6 @@ int i,cfs;
 }
 
 static void check_events(void){
-Window mRoot;
-uint32_t drwBorderWidth,drwDepth;
-
 int e=vo_x11_check_events(mDisplay);
    if(e&VO_EVENT_RESIZE)
    {



More information about the MPlayer-cvslog mailing list