mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 21:50:14 +01:00
removed unused variables drag and local from xf86PostMotionEvent
This commit is contained in:
parent
f737cd925e
commit
bffb1f9b67
1 changed files with 0 additions and 2 deletions
|
|
@ -434,8 +434,6 @@ xf86PostMotionEvent(DeviceIntPtr device,
|
|||
{
|
||||
va_list var;
|
||||
int i = 0, nevents = 0;
|
||||
Bool drag = xf86SendDragEvents(device);
|
||||
LocalDevicePtr local = (LocalDevicePtr) device->public.devicePrivate;
|
||||
int *valuators = NULL;
|
||||
int flags = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue