summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/XExtInt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 134ccc6..55144c6 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -760,7 +760,6 @@ XInputWireToEvent(
return (DONT_ENQUEUE);
else {
*re = *save;
- stev = (XDeviceStateNotifyEvent *) re;
return (ENQUEUE_EVENT);
}
}
@@ -788,7 +787,6 @@ XInputWireToEvent(
return (DONT_ENQUEUE);
else {
*re = *save;
- kstev = (XDeviceStateNotifyEvent *) re;
return (ENQUEUE_EVENT);
}
}
@@ -816,7 +814,6 @@ XInputWireToEvent(
return (DONT_ENQUEUE);
else {
*re = *save;
- bstev = (XDeviceStateNotifyEvent *) re;
return (ENQUEUE_EVENT);
}
}