Back out a12e6c2e9535 (bug 972327) for not actually building

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2014-02-16 10:33:54 -08:00
parent 36139c6bf2
commit 2c34a5ca5f

View File

@ -890,12 +890,6 @@ abstract public class BrowserApp extends GeckoApp
// Intercept key events for gamepad shortcuts
mLayerView.setOnKeyListener(this);
// Initialize the actionbar menu items on startup for both large and small tablets
if (HardwareUtils.isTablet()) {
onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, null);
invalidateOptionsMenu();
}
}
private void shareCurrentUrl() {