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

Commit 73353729 authored by Biswarup Pal's avatar Biswarup Pal
Browse files

Remove unused variable

Test: presubmit
Flag: EXEMPT code cleanup
Bug: N/A
Change-Id: Iadc269e88569cf1990308364d27166434f2fc21c
parent ef13da45
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -154,13 +154,6 @@ public class ViewConfiguration {
     */
    private static final int DOUBLE_TAP_MIN_TIME = 40;

    /**
     * Defines the maximum duration in milliseconds between a touch pad
     * touch and release for a given touch to be considered a tap (click) as
     * opposed to a hover movement gesture.
     */
    private static final int HOVER_TAP_TIMEOUT = 150;

    /**
     * Defines the maximum distance in pixels that a touch pad touch can move
     * before being released for it to be considered a tap (click) as opposed
@@ -1613,7 +1606,6 @@ public class ViewConfiguration {
        private int mJumpTapTimeout = -1;
        private int mDoubleTapTimeout = -1;
        private int mDoubleTapMinTime = -1;
        private int mHoverTapTimeout = -1;
        private int mHoverTapSlop = -1;
        private long mZoomControlsTimeout = -1L;
        private float mScrollFriction = -1f;