Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret)

This commit is contained in:
Lucas Rocha 2014-01-09 14:55:29 +00:00
parent 67c994e4d2
commit 350fb19376

View File

@ -139,9 +139,6 @@ public class BrowserToolbar extends GeckoRelativeLayout
private static final Interpolator sButtonsInterpolator = new AccelerateInterpolator();
private static final int TABS_CONTRACTED = 1;
private static final int TABS_EXPANDED = 2;
private static final int FORWARD_ANIMATION_DURATION = 450;
private final ForegroundColorSpan mUrlColor;
private final ForegroundColorSpan mBlockedColor;