- venkman only -

lineMap no longer required in SourceText records, HelpText doesn't need it.
This commit is contained in:
rginda%netscape.com 2002-01-26 01:11:01 +00:00
parent 1ca59c3058
commit f11111af0c

View File

@ -873,7 +873,6 @@ function st_invalidate ()
function HelpText ()
{
this.tabWidth = console.prefs["sourcetext.tab.width"];
this.lineMap = new Array();
this.fileName = MSG_HELP_TITLE;
this.reloadSource();
}