bug 118033, remove useless assertion

checkin for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=blizzard
This commit is contained in:
bstell%ix.netcom.com 2002-01-06 02:36:19 +00:00
Родитель cce3d8c864
Коммит 22eff14ac5
2 изменённых файлов: 0 добавлений и 3 удалений

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

@ -4252,8 +4252,6 @@ if (gAllowDoubleByteSpecialChars) {
}
}
if (!mDocConverterType) {
NS_ASSERTION(mDocConverterType!=nsnull, "failed to get converter type");
FIND_FONT_PRINTF(("failed to get converter type for %s", atomToName(mLangGroup)));
mDocConverterType = SingleByteConvert;
}
if (mDocConverterType == SingleByteConvert) {

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

@ -4084,7 +4084,6 @@ nsFontMetricsXlib::FindStyleSheetGenericFont(PRUnichar aChar)
}
}
if (!mDocConverterType) {
NS_ASSERTION(mDocConverterType!=nsnull, "failed to get converter type");
mDocConverterType = SingleByteConvert;
}
if (mDocConverterType == SingleByteConvert) {