Fix "warning: unused variable `tsize'".

This commit is contained in:
Eamon Walsh 2008-06-13 22:47:10 -04:00 committed by Eamon Walsh
parent 37a64b02df
commit 61dafe384a

View File

@ -95,7 +95,7 @@ ProcXGetDeviceMotionEvents(ClientPtr client)
INT32 *coords = NULL, *bufptr; INT32 *coords = NULL, *bufptr;
xGetDeviceMotionEventsReply rep; xGetDeviceMotionEventsReply rep;
unsigned long i; unsigned long i;
int rc, num_events, axes, size = 0, tsize; int rc, num_events, axes, size = 0;
unsigned long nEvents; unsigned long nEvents;
DeviceIntPtr dev; DeviceIntPtr dev;
TimeStamp start, stop; TimeStamp start, stop;