summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-11-15 17:53:13 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-11-15 17:53:13 +1030
commitbffb1f9b67c8d3d264c0c3fd703cf7e57dcdf7b7 (patch)
tree7e69f6d0817b8b2d6a0509b33be604cea72d2912
parentf737cd925efe452787443b039ae65b8d85081bb3 (diff)
removed unused variables drag and local from xf86PostMotionEvent
-rw-r--r--hw/xfree86/common/xf86Xinput.c2
1 files changed, 0 insertions, 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;