diff options
Diffstat (limited to 'hw/xnest/GC.c')
-rw-r--r-- | hw/xnest/GC.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xnest/GC.c b/hw/xnest/GC.c index 2761583ec..407cc77f3 100644 --- a/hw/xnest/GC.c +++ b/hw/xnest/GC.c @@ -92,8 +92,6 @@ xnestCreateGC(GCPtr pGC) void xnestValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) { - pGC->lastWinOrg.x = pDrawable->x; - pGC->lastWinOrg.y = pDrawable->y; } void |