diff options
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/GC.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xnest/GC.c b/hw/xnest/GC.c index 407cc77f3..7968b4f6f 100644 --- a/hw/xnest/GC.c +++ b/hw/xnest/GC.c @@ -73,9 +73,6 @@ static GCOps xnestOps = { Bool xnestCreateGC(GCPtr pGC) { - pGC->clientClipType = CT_NONE; - pGC->clientClip = NULL; - pGC->funcs = &xnestFuncs; pGC->ops = &xnestOps; |