summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-31 16:01:18 -0700
committerJamey Sharp <jamey@minilop.net>2010-09-13 15:58:08 -0700
commitccdf15689050a0f988721c91fab75861ec4d339c (patch)
treee544d3de72e394fe5850d4a916061418d3ec3f38
parent3fd963de27f3c4452c320e617ad33b91b0967737 (diff)
miPolyGlyphBlt: Delete redundant ValidateGC.
The caller is required to have validated the GC for the drawable before calling any ops, including PolyGlyphBlt. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r--mi/miglblt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mi/miglblt.c b/mi/miglblt.c
index 13efb0ced..9edb500c4 100644
--- a/mi/miglblt.c
+++ b/mi/miglblt.c
@@ -182,8 +182,6 @@ miPolyGlyphBlt(
0, 0, gWidth, gHeight,
0, XYBitmap, (char *)pb);
- if ((pGC->serialNumber) != (pDrawable->serialNumber))
- ValidateGC(pDrawable, pGC);
(*pGC->ops->PushPixels)(pGC, pPixmap, pDrawable,
gWidth, gHeight,
x + pci->metrics.leftSideBearing,