summaryrefslogtreecommitdiff
path: root/miext/damage/damage.c
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-23 17:15:43 -0700
committerJamey Sharp <jamey@minilop.net>2010-09-13 15:55:17 -0700
commitbbbf795e6b1ac048ea17164ba1089055cfe4306d (patch)
tree3d3901ca3d0ab52fe5d58e030d3c82624bb378fc /miext/damage/damage.c
parent3288232f3d2a0239944bd856101c2d16c713ef40 (diff)
Delete redundant GC initializations.
When a GC is allocated, it is zeroed, including all storage requested with dixRegisterPrivateKey. So CreateGC hooks don't need to initialize anything to zero. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'miext/damage/damage.c')
-rw-r--r--miext/damage/damage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miext/damage/damage.c b/miext/damage/damage.c
index 2b7e5f229..21cbb78c9 100644
--- a/miext/damage/damage.c
+++ b/miext/damage/damage.c
@@ -446,7 +446,6 @@ damageCreateGC(GCPtr pGC)
damageGCPriv(pGC);
Bool ret;
- pGC->pCompositeClip = 0;
unwrap (pScrPriv, pScreen, CreateGC);
if((ret = (*pScreen->CreateGC) (pGC))) {
pGCPriv->ops = NULL;