aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/wingc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/wingc.c')
-rw-r--r--xorg-server/hw/xwin/wingc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/wingc.c b/xorg-server/hw/xwin/wingc.c
index 5f8b2905e..bf307a44c 100644
--- a/xorg-server/hw/xwin/wingc.c
+++ b/xorg-server/hw/xwin/wingc.c
@@ -96,11 +96,6 @@ winCreateGCNativeGDI (GCPtr pGC)
winDebug ("winCreateGCNativeGDI - depth: %d\n",
pGC->depth);
- pGC->clientClip = NULL;
- pGC->clientClipType = CT_NONE;
- pGC->freeCompClip = FALSE;
- pGC->pCompositeClip = 0;
-
pGC->ops = (GCOps *) &winGCOps;
pGC->funcs = (GCFuncs *) &winGCFuncs;