summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-06-12 08:42:31 -0700
committerJamey Sharp <jamey@minilop.net>2010-09-13 15:55:17 -0700
commitf856dcdc3a7b635dd94d3dac387ddec952e4880b (patch)
tree18aaf51e6d08944512c1526bd9386212c3537e6c /fb
parentb2184024361717358e35a56b084c4a71cbc29234 (diff)
Delete unused lastWinOrg field from GCs.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Diffstat (limited to 'fb')
-rw-r--r--fb/fbgc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fb/fbgc.c b/fb/fbgc.c
index 2568698f7..45e981b61 100644
--- a/fb/fbgc.c
+++ b/fb/fbgc.c
@@ -199,9 +199,6 @@ fbValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable)
FbGCPrivPtr pPriv = fbGetGCPrivate(pGC);
FbBits mask;
- pGC->lastWinOrg.x = pDrawable->x;
- pGC->lastWinOrg.y = pDrawable->y;
-
/*
* if the client clip is different or moved OR the subwindowMode has
* changed OR the window's clip has changed since the last validation