diff options
| author | 2020-03-26 16:38:15 -0700 | |
|---|---|---|
| committer | 2020-03-27 21:30:19 +0000 | |
| commit | 58fa5edf225d2bc42ac89346321b60b14e1e934e (patch) | |
| tree | be7ba076b57e82049fb9e7f6153b56977070a7c1 | |
| parent | c2b3a311b8c37aa3261720350457aad4634f9417 (diff) | |
Remove the unused variable.
Test: manual
Bug: 148104018
Change-Id: I15e7b75ae8f0a2945f9917381acc64528f867283
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java index ecfe1168b7f0..8efda213d659 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java @@ -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(); |