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/draglock.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/draglock.c') diff --git a/src/draglock.c b/src/draglock.c index af80cf6..0b430f0 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -44,9 +44,7 @@ #include -#ifdef HAVE_PROPERTIES static Atom prop_dlock = 0; /* Drag lock buttons. */ -#endif void EvdevDragLockLockButton(InputInfoPtr pInfo, unsigned int button); @@ -211,7 +209,6 @@ EvdevDragLockFilterEvent(InputInfoPtr pInfo, unsigned int button, int value) return FALSE; } -#ifdef HAVE_PROPERTIES /** * Set the drag lock property. * If only one value is supplied, then this is used as the meta button. @@ -319,5 +316,3 @@ EvdevDragLockInitProperty(DeviceIntPtr dev) XIRegisterPropertyHandler(dev, EvdevDragLockSetProperty, NULL, NULL); } - -#endif -- cgit v1.2.3