storm-1831 In the LLSD, functions are in a <map> which makes sorting unnecessary (loading sorts them).

master
Ima Mechanique 2014-01-04 01:27:57 +00:00
parent 7d4febe7bb
commit fd643f07c8
1 changed files with 0 additions and 5 deletions

View File

@ -440,11 +440,6 @@ void LLScriptEdCore::onRegionChangeInitialiseKeywords()
}
}
// Case-insensitive dictionary sort for primary keywords. We don't sort the secondary
// keywords. They're intelligently grouped in keywords.ini.
// As we don't use keywords.ini, this is no longer true. Do we need to sort now?
std::stable_sort( primary_keywords.begin(), primary_keywords.end(), LLSECKeywordCompare() );
for (std::vector<std::string>::const_iterator iter= primary_keywords.begin();
iter!= primary_keywords.end(); ++iter)
{