Mercurial > mplayer.hg
changeset 27973:1c526711983d
Remove some usnused variables and commented-out code.
author | reimar |
---|---|
date | Sun, 23 Nov 2008 20:19:06 +0000 |
parents | f7b92cea7436 |
children | dbcae9cd24b2 |
files | libvo/vo_x11.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_x11.c Sun Nov 23 20:17:46 2008 +0000 +++ b/libvo/vo_x11.c Sun Nov 23 20:19:06 2008 +0000 @@ -306,7 +306,6 @@ // int interval, prefer_blank, allow_exp, nothing; unsigned int fg, bg; - XGCValues xgcv; Colormap theCmap; XSetWindowAttributes xswa; unsigned long xswamask; @@ -315,7 +314,6 @@ #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 @@ 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;