Removing unnecessary default status.

This commit is contained in:
blakeross%telocity.com 2002-08-25 02:39:45 +00:00
Родитель 8f6cb6739a
Коммит 120e6f3d02
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -3367,9 +3367,6 @@ nsBrowserStatusHandler.prototype =
init : function()
{
// XXXjag is this still needed? It's currently just ""
this.defaultStatus = gNavigatorBundle.getString("defaultStatus");
this.urlBar = document.getElementById("urlbar");
this.throbberElement = document.getElementById("navigator-throbber");
this.statusMeter = document.getElementById("statusbar-icon");