summaryrefslogtreecommitdiff
path: root/Xi/gtmotion.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-06-13 22:47:10 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-06-13 22:47:10 -0400
commit61dafe384a88fc397d7cd55cb23f4fdc3fb0645c (patch)
tree103ce855f2508c77aa05b346a0600dbc52b86800 /Xi/gtmotion.c
parent37a64b02df02d42a19d4b777930dc5e457d97d63 (diff)
Fix "warning: unused variable `tsize'".
Diffstat (limited to 'Xi/gtmotion.c')
-rw-r--r--Xi/gtmotion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/gtmotion.c b/Xi/gtmotion.c
index ce1312e90..8fa0cca29 100644
--- a/Xi/gtmotion.c
+++ b/Xi/gtmotion.c
@@ -95,7 +95,7 @@ ProcXGetDeviceMotionEvents(ClientPtr client)
INT32 *coords = NULL, *bufptr;
xGetDeviceMotionEventsReply rep;
unsigned long i;
- int rc, num_events, axes, size = 0, tsize;
+ int rc, num_events, axes, size = 0;
unsigned long nEvents;
DeviceIntPtr dev;
TimeStamp start, stop;