diff --git a/browser/components/nsBrowserGlue.js b/browser/components/nsBrowserGlue.js index 69348062ca17..24ff06f945be 100644 --- a/browser/components/nsBrowserGlue.js +++ b/browser/components/nsBrowserGlue.js @@ -544,10 +544,6 @@ BrowserGlue.prototype = { this.ensurePlacesDefaultQueriesInitialized(); } else { - // Create a new Organizer left pane folder root, the old will not be - // valid anymore. - this._prefs.setIntPref("browser.places.leftPaneFolderId", -1); - // ensurePlacesDefaultQueriesInitialized() is called by import. this._prefs.setIntPref("browser.places.smartBookmarksVersion", 0);