#97176 startup perf- remove the need of loading of fontEncoding.properties files at startup time to speed up

This is part of patch for 97176, it was mistakenly removed when I checked in for 102706.
r=rbs, sr=waterson
This commit is contained in:
shanjian%netscape.com 2001-10-24 00:21:48 +00:00
parent c719863ae1
commit 756823dba4

View File

@ -267,10 +267,6 @@ InitFontEncodingProperties(void)
}
}
}
if (NS_FAILED(rv)) {
FreeGlobals();
return rv;
}
return rv;
}