elput: Remove dead FIXME note
authorChris Michael <cp.michael@samsung.com>
Tue, 7 Feb 2017 16:34:57 +0000 (11:34 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 7 Feb 2017 16:34:57 +0000 (11:34 -0500)
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>
src/lib/elput/elput_evdev.c

index b022a6f..daa4673 100644 (file)
@@ -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: