summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:34:11 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:34:11 +0930
commit00b4339168c10dd4ce026deb8e04bfb63dfd11dc (patch)
tree3d913bd90138b2c1785f0400bde80c0c05a00dc6 /hw/dmx
parent096117cf023dc92dcadc91677931fc6ad1feb4a0 (diff)
dmx: remove some #if 0'd code.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/input/dmxxinput.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/dmx/input/dmxxinput.c b/hw/dmx/input/dmxxinput.c
index 97bea7596..692e647bf 100644
--- a/hw/dmx/input/dmxxinput.c
+++ b/hw/dmx/input/dmxxinput.c
@@ -98,13 +98,8 @@ int ChangePointerDevice(DeviceIntPtr old_dev,
}
dmxLocalNew->savedMotionProc = new_dev->valuator->GetMotionProc;
dmxLocalNew->savedMotionEvents = new_dev->valuator->numMotionEvents;
-#if 00 /*BP*/
- new_dev->valuator->GetMotionProc = miPointerGetMotionEvents;
- new_dev->valuator->numMotionEvents = miPointerGetMotionBufferSize();
-#else
new_dev->valuator->GetMotionProc = GetMotionHistory;
new_dev->valuator->numMotionEvents = GetMaximumEventsNum();
-#endif
/* Switch our notion of core pointer */
dmxLocalOld->isCore = 0;
dmxLocalOld->sendsCore = dmxLocalOld->savedSendsCore;