From 8bc4be3048754b9c751cd98f5a5b46cf59a56f3a Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Sat, 22 Jan 2011 16:40:48 -0500 Subject: Remove support for X input ABI < 12.2 Signed-off-by: Chase Douglas Signed-off-by: Peter Hutterer --- src/emuWheel.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/emuWheel.c') diff --git a/src/emuWheel.c b/src/emuWheel.c index 9a53211..81ef2a3 100644 --- a/src/emuWheel.c +++ b/src/emuWheel.c @@ -44,13 +44,11 @@ #define WHEEL_NOT_CONFIGURED 0 -#ifdef HAVE_PROPERTIES static Atom prop_wheel_emu = 0; static Atom prop_wheel_axismap = 0; static Atom prop_wheel_inertia = 0; static Atom prop_wheel_timeout = 0; static Atom prop_wheel_button = 0; -#endif /* Local Funciton Prototypes */ static BOOL EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr pAxis, char *axis_name); @@ -335,7 +333,6 @@ EvdevWheelEmuPreInit(InputInfoPtr pInfo) pInfo->name, pEvdev->emulateWheel.button, inertia, timeout); } -#ifdef HAVE_PROPERTIES static int EvdevWheelEmuSetProperty(DeviceIntPtr dev, Atom atom, XIPropertyValuePtr val, BOOL checkonly) @@ -485,4 +482,3 @@ EvdevWheelEmuInitProperty(DeviceIntPtr dev) XIRegisterPropertyHandler(dev, EvdevWheelEmuSetProperty, NULL, NULL); } -#endif -- cgit v1.2.3