Slightly more efficient commenting style. (Nerd.)

This commit is contained in:
Sean Burke
2003-11-13 08:22:05 +00:00
parent 7484667733
commit 7e8bcb35b3
+3 -3
View File
@@ -114,9 +114,9 @@ void NoteSkinManager::GetNoteSkinNames( CStringArray &AddTo )
AddTo.push_back( iter->second.sName );
}
//
// Move "default" to the front if it exists
//
/*
Move "default" to the front if it exists
*/
{
CStringArray::iterator iter = find( AddTo.begin(), AddTo.end(), "default" );
if( iter != AddTo.end() )