Removing unnecessary default status.

This commit is contained in:
blakeross%telocity.com 2002-08-25 02:39:45 +00:00
parent 85d863d586
commit ef8660c1d5

View File

@ -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");