* drop TODO as it doesn't apply - catalogs have nothing to do with ICU

and there are no catalog-specializations for encoding or currency

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39943 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2010-12-26 14:01:11 +00:00
parent fc6502a69f
commit ce5bc205b1

View File

@ -792,9 +792,6 @@ MutableLocaleRoster::LoadCatalog(const char* signature, const char* language,
// detect dependencies (parenthood) between languages (it
// traverses from "english_british_oxford" to "english_british"
// to "english"):
// TODO: use ICU facilities instead, so we can handle more
// complex things such as fr_FR@euro, or whatever, encodings
// and so on.
int32 pos;
BString langName(lang);
BCatalogAddOn* currCatalog = catalog;