Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3472b47b authored by Harry Cutts's avatar Harry Cutts
Browse files

GestureConverter: remove an old TODO

This was done in change I482cce6d16ed6f947ce86e8453ddb2c9789d4d00.

Bug: 259547750
Test: none
Change-Id: I0ab2faf18b454aff6fef61886815d5c2054589f9
parent f2de636e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -116,8 +116,6 @@ std::list<NotifyArgs> GestureConverter::reset(nsecs_t when) {
void GestureConverter::populateMotionRanges(InputDeviceInfo& info) const {
    info.addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, SOURCE, 0.0f, 1.0f, 0, 0, 0);

    // TODO(b/259547750): set this using the raw axis ranges from the touchpad when pointer capture
    // is enabled.
    if (!mBoundsInLogicalDisplay.isEmpty()) {
        info.addMotionRange(AMOTION_EVENT_AXIS_X, SOURCE, mBoundsInLogicalDisplay.left,
                            mBoundsInLogicalDisplay.right, 0, 0, 0);