[PATCH] dri: kill if 0 out code.

Dave Airlie airlied at gmail.com
Wed Mar 23 21:08:11 PDT 2011


From: Dave Airlie <airlied at redhat.com>

This refers to pWin->winSize in some #if 0 code remove it.

Signed-off-by: Dave Airlie <airlied at redhat.com>
---
 hw/xfree86/dri/dri.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c
index 3c64ae4..bb5482a 100644
--- a/hw/xfree86/dri/dri.c
+++ b/hw/xfree86/dri/dri.c
@@ -1497,10 +1497,6 @@ DRIGetDrawableInfo(ScreenPtr pScreen,
 	    *stamp = pDRIPriv->pSAREA->drawableTable[*index].stamp;
 	    *X = (int)(pWin->drawable.x);
 	    *Y = (int)(pWin->drawable.y);
-#if 0
-	    *W = (int)(pWin->winSize.extents.x2 - pWin->winSize.extents.x1);
-	    *H = (int)(pWin->winSize.extents.y2 - pWin->winSize.extents.y1);
-#endif
 	    *W = (int)(pWin->drawable.width);
 	    *H = (int)(pWin->drawable.height);
 	    *numClipRects = RegionNumRects(&pWin->clipList);
-- 
1.7.1



More information about the xorg-devel mailing list