diff --git a/src/evdev.c b/src/evdev.c index 13ffbdf..92fc330 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -38,7 +38,6 @@ #include #include -#include #include #include #include @@ -1486,10 +1485,8 @@ EvdevAddAbsValuatorClass(DeviceIntPtr device, int num_scroll_axes) continue; abs = libevdev_get_abs_info(pEvdev->dev, axis); -#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 30) /* Kernel provides units/mm, X wants units/m */ resolution = abs->resolution * 1000; -#endif xf86InitValuatorAxisStruct(device, axnum, atoms[axnum],