From 42d17c1c2f39b002e2551265698f9f580c415284 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 14 Feb 2016 21:07:05 +0100 Subject: [PATCH] Remove TODO, fixed by the previous commit. --- src/preferences/locale/LocaleWindow.cpp | 2 -- 1 file changed, 2 deletions(-) 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);