diff options
-rw-r--r-- | src/XExtInt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 8ff36e5..b804822 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -2006,9 +2006,6 @@ wireToBarrierNotifyEvent(xXIBarrierNotifyEvent *in, XGenericEventCookie *cookie) out->extension = in->extension; out->evtype = in->evtype; - out->x = in->x; - out->y = in->y; - out->dx = FP3232_TO_DOUBLE (in->dx); out->dy = FP3232_TO_DOUBLE (in->dy); out->raw_dx = FP3232_TO_DOUBLE (in->raw_dx); |