summaryrefslogtreecommitdiff
path: root/dix
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 /dix
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 'dix')
-rw-r--r--dix/gc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dix/gc.c b/dix/gc.c
index 6da243e01..83bb52474 100644
--- a/dix/gc.c
+++ b/dix/gc.c
@@ -527,8 +527,6 @@ CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus,
pGC->numInDashList = 2;
pGC->dash = DefaultDash;
pGC->dashOffset = 0;
- pGC->lastWinOrg.x = 0;
- pGC->lastWinOrg.y = 0;
/* use the default font and stipple */
pGC->font = defaultFont;
@@ -841,8 +839,6 @@ CreateScratchGC(ScreenPtr pScreen, unsigned depth)
pGC->dashOffset = 0;
pGC->numInDashList = 2;
pGC->dash = DefaultDash;
- pGC->lastWinOrg.x = 0;
- pGC->lastWinOrg.y = 0;
/* scratch GCs in the GCperDepth pool start off unused */
pGC->scratch_inuse = FALSE;