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

Commit 99513c66 authored by Maryam Karimzadehgan's avatar Maryam Karimzadehgan Committed by Automerger Merge Worker
Browse files

Merge "Remove the unused variable." into rvc-dev am: d8cf9a98

Change-Id: I5c07b46f052d8edc9ce7855a705daf04f8f6fb02
parents 24ca0e42 d8cf9a98
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -110,8 +110,6 @@ public class EdgeBackGestureHandler implements DisplayListener,
    private final float mTouchSlop;
    // Duration after which we consider the event as longpress.
    private final int mLongPressTimeout;
    // The back gesture type
    private int mBackType;

    private final PointF mDownPoint = new PointF();
    private final PointF mEndPoint = new PointF();