From bffb1f9b67c8d3d264c0c3fd703cf7e57dcdf7b7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 15 Nov 2006 17:53:13 +1030 Subject: [PATCH] removed unused variables drag and local from xf86PostMotionEvent --- hw/xfree86/common/xf86Xinput.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index be3368dff..50df56633 100644 --- a/hw/xfree86/common/xf86Xinput.c +++ b/hw/xfree86/common/xf86Xinput.c @@ -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;