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

Commit 4dee6176 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove empty if statement

This statement has no body.

Bug: 211379801
Test: none
Change-Id: Ib65905d3c621eac620e63180b3d75274aeae32e0
parent 412aad6a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2690,9 +2690,6 @@ std::vector<InputTarget> InputDispatcher::findTouchedWindowTargetsLocked(
                     "Conflicting pointer actions: Hover received while pointer was down.");
            *outConflictingPointerActions = true;
        }
        if (maskedAction == AMOTION_EVENT_ACTION_HOVER_ENTER ||
            maskedAction == AMOTION_EVENT_ACTION_HOVER_MOVE) {
        }
    } else if (maskedAction == AMOTION_EVENT_ACTION_UP) {
        // Pointer went up.
        tempTouchState.removeTouchingPointer(entry.deviceId, entry.pointerProperties[0].id);