removed unused variables drag and local from xf86PostMotionEvent

This commit is contained in:
Peter Hutterer 2006-11-15 17:53:13 +10:30 committed by Peter Hutterer
parent f737cd925e
commit bffb1f9b67

View File

@ -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;