summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-02-07 11:34:57 -0500
committerChris Michael <cp.michael@samsung.com>2017-02-07 11:41:35 -0500
commitdc3406b33af01fd7a879d1bd5a115d2d00e459f6 (patch)
tree18e4204236475b98d8f8c61259ef71a235650737
parent76e52c3e446ddd92097295e123e345b4247a4764 (diff)
downloadefl-devs/devilhorns/drm_evas_devices.tar.gz
elput: Remove dead FIXME notedevs/devilhorns/drm_evas_devices
As device calibration has already been handled via external facing API, this FIXME note is no longer needed. NB: No functional changes Signed-off-by: Chris Michael <cp.michael@samsung.com>
-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: