Minor formatting cleanup

This commit is contained in:
Ben "root" Anderson
2013-11-14 12:03:15 -06:00
parent a3e241f471
commit 5124186c42
-4
View File
@@ -1711,7 +1711,6 @@ void SongManager::RefreshCourseGroupInfo()
void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
{
{
// Load all edit steps
RString sDir = sProfileDir + EDIT_STEPS_SUBDIR;
@@ -1734,12 +1733,10 @@ void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, Profi
loaderSM.LoadEditFromFile( fn, slot, true );
}
}
}
}
void SongManager::LoadCourseEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
{
{
// Load all edit courses
RString sDir = sProfileDir + EDIT_COURSES_SUBDIR;
@@ -1755,7 +1752,6 @@ void SongManager::LoadCourseEditsFromProfileDir( const RString &sProfileDir, Pro
CourseLoaderCRS::LoadEditFromFile( fn, slot );
}
}
}
int SongManager::GetNumEditsLoadedFromProfile( ProfileSlot slot ) const