Remove TODO, fixed by the previous commit.
This commit is contained in:
@@ -111,8 +111,6 @@ LocaleWindow::LocaleWindow()
|
|||||||
BLanguage currentLanguage(currentID.String());
|
BLanguage currentLanguage(currentID.String());
|
||||||
currentLanguage.GetNativeName(name);
|
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();
|
int nameLength = name.CountChars();
|
||||||
bool hasGlyphs[nameLength];
|
bool hasGlyphs[nameLength];
|
||||||
font.GetHasGlyphs(name.String(), nameLength, hasGlyphs);
|
font.GetHasGlyphs(name.String(), nameLength, hasGlyphs);
|
||||||
|
|||||||
Reference in New Issue
Block a user