Merge "Remove the unused variable." into rvc-dev am: d8cf9a98ed am: 1cab4e7c61

Change-Id: I3a3b9089e9e4bc0c8a4cda4b9b3764cc4d20ed11
This commit is contained in:
Maryam Karimzadehgan
2020-03-27 22:49:25 +00:00
committed by Automerger Merge Worker

View File

@@ -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();