summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NavScreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/NavScreen.java')
-rw-r--r--src/com/android/browser/NavScreen.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/browser/NavScreen.java b/src/com/android/browser/NavScreen.java
index 4e81915..1e4704e 100644
--- a/src/com/android/browser/NavScreen.java
+++ b/src/com/android/browser/NavScreen.java
@@ -66,7 +66,6 @@ public class NavScreen extends RelativeLayout
NavTabScroller mScroller;
TabAdapter mAdapter;
int mOrientation;
- boolean mNeedsMenu;
HashMap<Tab, View> mTabViews;
public NavScreen(Activity activity, UiController ctl, PhoneUi ui) {
@@ -138,10 +137,6 @@ public class NavScreen extends RelativeLayout
onCloseTab(tab);
}
});
- mNeedsMenu = !ViewConfiguration.get(getContext()).hasPermanentMenuKey();
- if (!mNeedsMenu) {
- mMore.setVisibility(View.GONE);
- }
}
@Override