diff --git a/src/preferences/locale/LocaleWindow.cpp b/src/preferences/locale/LocaleWindow.cpp index 6d501517cb..0eff7167a2 100644 --- a/src/preferences/locale/LocaleWindow.cpp +++ b/src/preferences/locale/LocaleWindow.cpp @@ -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);