From 9827f3bfec243d40ca10bd5cde9b2f748bee10f9 Mon Sep 17 00:00:00 2001 From: "Stefan.Borggraefe%gmx.de" Date: Thu, 9 Sep 2004 14:19:02 +0000 Subject: [PATCH] Remove unused pref (part of bug 250637). r=mscott --- mail/app/profile/all-thunderbird.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 527ebd1315f..84583e9691d 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -252,7 +252,6 @@ pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.prope pref("browser.search.opensidebarsearchpanel", true); pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1"); pref("browser.search.mode", 0); -pref("browser.search.powermode", 0); // basic search popup constraint: minimum sherlock plugin version displayed // (note: must be a string representation of a float or it'll default to 0.0) pref("browser.search.basic.min_ver", "0.0");