diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-06-12 08:42:31 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-09-13 15:55:17 -0700 |
commit | f856dcdc3a7b635dd94d3dac387ddec952e4880b (patch) | |
tree | 18aaf51e6d08944512c1526bd9386212c3537e6c /hw/xnest | |
parent | b2184024361717358e35a56b084c4a71cbc29234 (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 'hw/xnest')
-rw-r--r-- | hw/xnest/GC.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |