summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorSimon Thum <simon.thum@gmx.de>2011-03-10 21:03:40 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2011-05-25 08:23:58 +1000
commitb5d828789c092c994722a896c252212e2b3614ab (patch)
treeaa2b20154f90f260d74b3e32e7236250cb1325bd /dix
parentc05c8640f13708384e77579e7714ca846fa93f5c (diff)
xserver: remove AbsoluteClass, breaking the A(P|B)I
This struct was unused and has been effectively removed in commit 633b81e8ba09cc6a1ea8b43f323874fda2cf0bde Refs: xorg-server-1.10.0-133-g633b81e Remove the remainder, with an ABI bump to 13.0. Signed-off-by: Simon Thum <simon.thum@gmx.de> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r--dix/devices.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/dix/devices.c b/dix/devices.c
index 9a4498b9f..0ccf25277 100644
--- a/dix/devices.c
+++ b/dix/devices.c
@@ -1361,15 +1361,6 @@ InitPointerAccelerationScheme(DeviceIntPtr dev,
}
Bool
-InitAbsoluteClassDeviceStruct(DeviceIntPtr dev)
-{
- /* This is an API-preserving noop. Instructions: Kill when no more drivers
- * call it. The infrastructure behind hasn't really been used, so any calls
- * are likely just a declaration that the device is absolute. */
- return FALSE;
-}
-
-Bool
InitFocusClassDeviceStruct(DeviceIntPtr dev)
{
FocusClassPtr focc;