[MPlayer-cvslog] r28007 - trunk/libvo/vo_x11.c

reimar subversion at mplayerhq.hu
Sun Nov 23 21:19:06 CET 2008


Author: reimar
Date: Sun Nov 23 21:19:06 2008
New Revision: 28007

Log:
Remove some usnused variables and commented-out code.


Modified:
   trunk/libvo/vo_x11.c

Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c	(original)
+++ trunk/libvo/vo_x11.c	Sun Nov 23 21:19:06 2008
@@ -306,7 +306,6 @@ static int config(uint32_t width, uint32
 
 // int interval, prefer_blank, allow_exp, nothing;
     unsigned int fg, bg;
-    XGCValues xgcv;
     Colormap theCmap;
     XSetWindowAttributes xswa;
     unsigned long xswamask;
@@ -315,7 +314,6 @@ static int config(uint32_t width, uint32
 #ifdef CONFIG_XF86VM
     int vm = flags & VOFLAG_MODESWITCHING;
 #endif
-    int fullscreen = flags & (VOFLAG_FULLSCREEN|VOFLAG_MODESWITCHING);
     Flip_Flag = flags & VOFLAG_FLIPPING;
     zoomFlag = flags & VOFLAG_SWSCALE;
 
@@ -330,10 +328,6 @@ static int config(uint32_t width, uint32
     srcW = width;
     srcH = height;
 
-// if(!fullscreen) zoomFlag=1; //it makes no sense to avoid zooming on windowd mode
-
-//printf( "w: %d h: %d\n\n",vo_dwidth,vo_dheight );
-
     XGetWindowAttributes(mDisplay, mRootWin, &attribs);
     depth = attribs.depth;
 



More information about the MPlayer-cvslog mailing list