Remove unused loop.

This commit is contained in:
Jason Felds
2013-04-28 16:28:11 -04:00
parent 3f8796988d
commit a68e4aa3c4
-5
View File
@@ -1702,11 +1702,6 @@ void SongManager::RefreshCourseGroupInfo()
{ {
m_mapCourseGroupToInfo[(*c)->m_sGroupName]; // insert m_mapCourseGroupToInfo[(*c)->m_sGroupName]; // insert
} }
// TODO: Search for course group banners
FOREACHM( RString, CourseGroupInfo, m_mapCourseGroupToInfo, iter )
{
}
} }
void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot ) void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )