From 36ebe004f675f6ea3332f3a2cb9aa1bf507a43a7 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Wed, 17 Jan 2001 00:13:37 +0000 Subject: [PATCH] Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=dveditz sr=alecf --- modules/libpref/src/init/all.js | 40 --------------------------------- 1 file changed, 40 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 2fb54f3adcee..4472caaea31a 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -506,46 +506,6 @@ pref("profile.confirm_automigration",true); // Customizable toolbar stuff pref("custtoolbar.personal_toolbar_folder", ""); -pref("custtoolbar.has_toolbar_folder", true); -pref("custtoolbar.Browser.Navigation_Toolbar.position", 0); -pref("custtoolbar.Browser.Navigation_Toolbar.showing", true); -pref("custtoolbar.Browser.Navigation_Toolbar.open", true); -pref("custtoolbar.Browser.Location_Toolbar.position", 1); -pref("custtoolbar.Browser.Location_Toolbar.showing", true); -pref("custtoolbar.Browser.Location_Toolbar.open", true); -pref("custtoolbar.Browser.Personal_Toolbar.position", 2); -pref("custtoolbar.Browser.Personal_Toolbar.showing", true); -pref("custtoolbar.Browser.Personal_Toolbar.open", true); -pref("custtoolbar.Messenger.Navigation_Toolbar.position", 0); -pref("custtoolbar.Messenger.Navigation_Toolbar.showing", true); -pref("custtoolbar.Messenger.Navigation_Toolbar.open", true); -pref("custtoolbar.Messenger.Location_Toolbar.position", 1); -pref("custtoolbar.Messenger.Location_Toolbar.showing", true); -pref("custtoolbar.Messenger.Location_Toolbar.open", true); -pref("custtoolbar.Messages.Navigation_Toolbar.position", 0); -pref("custtoolbar.Messages.Navigation_Toolbar.showing", true); -pref("custtoolbar.Messages.Navigation_Toolbar.open", true); -pref("custtoolbar.Messages.Location_Toolbar.position", 1); -pref("custtoolbar.Messages.Location_Toolbar.showing", true); -pref("custtoolbar.Messages.Location_Toolbar.open", true); -pref("custtoolbar.Folders.Navigation_Toolbar.position", 0); -pref("custtoolbar.Folders.Navigation_Toolbar.showing", true); -pref("custtoolbar.Folders.Navigation_Toolbar.open", true); -pref("custtoolbar.Folders.Location_Toolbar.position", 1); -pref("custtoolbar.Folders.Location_Toolbar.showing", true); -pref("custtoolbar.Folders.Location_Toolbar.open", true); -pref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0); -pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true); -pref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true); -pref("custtoolbar.Compose_Message.Message_Toolbar.position", 0); -pref("custtoolbar.Compose_Message.Message_Toolbar.showing", true); -pref("custtoolbar.Compose_Message.Message_Toolbar.open", true); -pref("custtoolbar.Composer.Composition_Toolbar.position", 0); -pref("custtoolbar.Composer.Composition_Toolbar.showing", true); -pref("custtoolbar.Composer.Composition_Toolbar.open", true); -pref("custtoolbar.Composer.Formatting_Toolbar.position", 1); -pref("custtoolbar.Composer.Formatting_Toolbar.showing", true); -pref("custtoolbar.Composer.Formatting_Toolbar.open", true); pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf"); pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");