unrelated comment

This commit is contained in:
Glenn Maynard
2006-08-02 04:21:54 +00:00
parent 4b209ff64d
commit 47e601cd4a
-4
View File
@@ -520,10 +520,6 @@ const LanguageInfo *GetLanguageInfo( const RString &sIsoCode )
{
for( unsigned i=0; i<ARRAYSIZE(g_langs); ++i )
{
// Only use languages in the intersection of Windows languages
// and languages that had native forms on the site listed above.
// Obscure languages are dropped so that they don't clutter up the
// smtools UI.
if( sIsoCode.EqualsNoCase(g_langs[i].szIsoCode) )
return &g_langs[i];
}