summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/ShortcutActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/ShortcutActivity.java')
-rw-r--r--src/com/android/browser/ShortcutActivity.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/browser/ShortcutActivity.java b/src/com/android/browser/ShortcutActivity.java
index 16a4cbe..af1788d 100644
--- a/src/com/android/browser/ShortcutActivity.java
+++ b/src/com/android/browser/ShortcutActivity.java
@@ -38,8 +38,6 @@ public class ShortcutActivity extends Activity
mBookmarks = (BrowserBookmarksPage) getFragmentManager()
.findFragmentById(R.id.bookmarks);
mBookmarks.setEnableContextMenu(false);
- mBookmarks.setBreadCrumbMaxVisible(2);
- mBookmarks.setBreadCrumbUseBackButton(true);
mBookmarks.setCallbackListener(this);
View cancel = findViewById(R.id.cancel);
if (cancel != null) {
@@ -73,10 +71,6 @@ public class ShortcutActivity extends Activity
}
@Override
- public void onFolderChanged(int level, Uri uri) {
- }
-
- @Override
public void onClick(View v) {
switch (v.getId()) {
case R.id.cancel: