summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-09-26 15:19:37 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-09-26 15:19:37 +0930
commit394f3c1dbee7270a1d930846d49278424c3072d4 (patch)
tree28ebb16d81be651a397480f6514d9962220b832a
parent55fd50273ea67eb99a0c8a830349851931298387 (diff)
dix: GetPointerEvents: remove unused variable compiler warning.
-rw-r--r--dix/getevents.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/getevents.c b/dix/getevents.c
index 12ddc82d4..df1dc6a78 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -550,7 +550,6 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
/* Thanks to a broken lib, we _always_ have to chase DeviceMotionNotifies
* with DeviceValuators. */
Bool sendValuators = (type == MotionNotify || flags & POINTER_ABSOLUTE);
- DeviceIntPtr pointer = NULL;
int x = 0, y = 0;
/* The core pointer must not send Xi events. */
Bool coreOnly = (pDev == inputInfo.pointer);