followup to bug 203756, remove line that didn't need to be there

This commit is contained in:
mconnor%myrealbox.com 2004-05-07 00:23:08 +00:00
Родитель 1c51c1cdcf
Коммит 96ae38ad07
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -476,7 +476,6 @@ function delayedStartup()
// Enable/Disable URL Bar Auto Fill
gURLBarAutoFillPrefListener = new URLBarAutoFillPrefListener();
pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranchInternal);
pbi.addObserver(gURLBarAutoFillPrefListener.domain, gURLBarAutoFillPrefListener, false);
pbi.addObserver(gHomeButton.prefDomain, gHomeButton, false);