storm-1831 In the LLSD, functions are in a <map> which makes sorting unnecessary (loading sorts them).
parent
7d4febe7bb
commit
fd643f07c8
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue