Minor formatting cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user