diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 71a90d4f9752..debad768d3ad 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -324,11 +324,6 @@ function SetClickAndHoldHandlers() { } #endif -function BookmarkThisTab(aTab) { - PlacesCommandHook.bookmarkPage(aTab.linkedBrowser, - PlacesUtils.bookmarksMenuFolderId, true); -} - const gSessionHistoryObserver = { observe: function(subject, topic, data) { diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index d951453c2312..386237ca5ea9 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -136,10 +136,6 @@ - - -