From f856dcdc3a7b635dd94d3dac387ddec952e4880b Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sat, 12 Jun 2010 08:42:31 -0700 Subject: Delete unused lastWinOrg field from GCs. Signed-off-by: Jamey Sharp Reviewed-by: Mikhail Gusarov --- hw/xnest/GC.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/xnest') diff --git a/hw/xnest/GC.c b/hw/xnest/GC.c index 2761583ec..407cc77f3 100644 --- a/hw/xnest/GC.c +++ b/hw/xnest/GC.c @@ -92,8 +92,6 @@ xnestCreateGC(GCPtr pGC) void xnestValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) { - pGC->lastWinOrg.x = pDrawable->x; - pGC->lastWinOrg.y = pDrawable->y; } void -- cgit v1.2.3