From 2c665d4c9ba1c85613a04cc3e76fe94b17f7df68 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 26 Jun 2003 15:39:32 +0000 Subject: [PATCH] 210752 - remove unused preference --- browser/app/profile/all.js | 1 - browser/app/profile/firebird.js | 1 - 2 files changed, 2 deletions(-) diff --git a/browser/app/profile/all.js b/browser/app/profile/all.js index e91b45f101bb..e3d64f196973 100644 --- a/browser/app/profile/all.js +++ b/browser/app/profile/all.js @@ -135,7 +135,6 @@ pref("browser.search.defaulturl", "chrome://browser-region/locale/region.propert // (note: must be a string representation of a float or it'll default to 0.0) pref("browser.search.basic.min_ver", "0.0"); -pref("browser.history.last_page_visited", ""); pref("browser.history_expire_days", 9); pref("browser.history.grouping", "day"); pref("browser.sessionhistory.max_entries", 50); diff --git a/browser/app/profile/firebird.js b/browser/app/profile/firebird.js index e91b45f101bb..e3d64f196973 100644 --- a/browser/app/profile/firebird.js +++ b/browser/app/profile/firebird.js @@ -135,7 +135,6 @@ pref("browser.search.defaulturl", "chrome://browser-region/locale/region.propert // (note: must be a string representation of a float or it'll default to 0.0) pref("browser.search.basic.min_ver", "0.0"); -pref("browser.history.last_page_visited", ""); pref("browser.history_expire_days", 9); pref("browser.history.grouping", "day"); pref("browser.sessionhistory.max_entries", 50);