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

Commit 58fa5edf authored by Maryam's avatar Maryam Committed by Maryam Karimzadehgan
Browse files

Remove the unused variable.

Test: manual
Bug: 148104018
Change-Id: I15e7b75ae8f0a2945f9917381acc64528f867283
parent c2b3a311
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();