From 61dafe384a88fc397d7cd55cb23f4fdc3fb0645c Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 13 Jun 2008 22:47:10 -0400 Subject: [PATCH] Fix "warning: unused variable `tsize'". --- Xi/gtmotion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;