removed unused variables drag and local from xf86PostMotionEvent
This commit is contained in:
parent
f737cd925e
commit
bffb1f9b67
|
@ -434,8 +434,6 @@ xf86PostMotionEvent(DeviceIntPtr device,
|
||||||
{
|
{
|
||||||
va_list var;
|
va_list var;
|
||||||
int i = 0, nevents = 0;
|
int i = 0, nevents = 0;
|
||||||
Bool drag = xf86SendDragEvents(device);
|
|
||||||
LocalDevicePtr local = (LocalDevicePtr) device->public.devicePrivate;
|
|
||||||
int *valuators = NULL;
|
int *valuators = NULL;
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue