devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6bd8313f02ba05b49ecf67a2297393ee7829a5ab
commit 6bd8313f02ba05b49ecf67a2297393ee7829a5ab Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Feb 7 11:34:57 2017 -0500 elput: Remove dead FIXME note 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.mich...@samsung.com> --- src/lib/elput/elput_evdev.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c index b022a6f..daa4673 100644 --- a/src/lib/elput/elput_evdev.c +++ b/src/lib/elput/elput_evdev.c @@ -1300,11 +1300,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: --