summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elput/elput_evdev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c
index 29c695dcec..83c733a6d1 100644
--- a/src/lib/elput/elput_evdev.c
+++ b/src/lib/elput/elput_evdev.c
@@ -1327,11 +1327,6 @@ _evdev_device_create(Elput_Seat *seat, struct libinput_device *device)
libinput_device_config_tap_set_enabled(edev->device, enable);
}
- /* FIXME: Normally we would do a device calibration set here however
- * that requires Output support. Since this is just an input library, we
- * may need to add external facing APIs to do calibration. Then a user of
- * elput would handle outputs, and make calls to calibrate */
-
return edev;
err: