Remove TODO, fixed by the previous commit.

This commit is contained in:
Adrien Destugues
2016-02-14 21:12:33 +01:00
parent 15325401ce
commit 42d17c1c2f
-2
View File
@@ -111,8 +111,6 @@ LocaleWindow::LocaleWindow()
BLanguage currentLanguage(currentID.String());
currentLanguage.GetNativeName(name);
// TODO: the following block fails to detect a couple of language
// names as containing glyphs we can't render. Why's that?
int nameLength = name.CountChars();
bool hasGlyphs[nameLength];
font.GetHasGlyphs(name.String(), nameLength, hasGlyphs);