Fix "warning: unused variable `tsize'".
This commit is contained in:
parent
37a64b02df
commit
61dafe384a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue