aboutsummaryrefslogtreecommitdiff
path: root/src/emuMB.c
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-01-22 16:40:48 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2011-01-24 14:12:39 +1000
commit8bc4be3048754b9c751cd98f5a5b46cf59a56f3a (patch)
tree37dcc1ebf7f05cada6f0d042e9e164a7ed5571bf /src/emuMB.c
parentevdev 2.6.0 (diff)
downloadxf86-input-evdev-8bc4be3048754b9c751cd98f5a5b46cf59a56f3a.tar.gz
xf86-input-evdev-8bc4be3048754b9c751cd98f5a5b46cf59a56f3a.tar.bz2
xf86-input-evdev-8bc4be3048754b9c751cd98f5a5b46cf59a56f3a.zip
Remove support for X input ABI < 12.2
Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/emuMB.c')
-rw-r--r--src/emuMB.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emuMB.c b/src/emuMB.c
index 764b30e..b7a57b8 100644
--- a/src/emuMB.c
+++ b/src/emuMB.c
@@ -43,10 +43,8 @@
#include <evdev-properties.h>
-#ifdef HAVE_PROPERTIES
static Atom prop_mbemu = 0; /* Middle button emulation on/off property */
static Atom prop_mbtimeout = 0; /* Middle button timeout property */
-#endif
/*
* Lets create a simple finite-state machine for 3 button emulation:
*
@@ -330,7 +328,6 @@ EvdevMBEmuFinalize(InputInfoPtr pInfo)
}
-#ifdef HAVE_PROPERTIES
static int
EvdevMBEmuSetProperty(DeviceIntPtr dev, Atom atom, XIPropertyValuePtr val,
BOOL checkonly)
@@ -391,4 +388,3 @@ EvdevMBEmuInitProperty(DeviceIntPtr dev)
XIRegisterPropertyHandler(dev, EvdevMBEmuSetProperty, NULL, NULL);
}
-#endif