Minor formatting cleanup
This commit is contained in:
@@ -1710,7 +1710,6 @@ void SongManager::RefreshCourseGroupInfo()
|
|||||||
}
|
}
|
||||||
|
|
||||||
void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
|
void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
|
||||||
{
|
|
||||||
{
|
{
|
||||||
// Load all edit steps
|
// Load all edit steps
|
||||||
RString sDir = sProfileDir + EDIT_STEPS_SUBDIR;
|
RString sDir = sProfileDir + EDIT_STEPS_SUBDIR;
|
||||||
@@ -1735,10 +1734,8 @@ void SongManager::LoadStepEditsFromProfileDir( const RString &sProfileDir, Profi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void SongManager::LoadCourseEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
|
void SongManager::LoadCourseEditsFromProfileDir( const RString &sProfileDir, ProfileSlot slot )
|
||||||
{
|
|
||||||
{
|
{
|
||||||
// Load all edit courses
|
// Load all edit courses
|
||||||
RString sDir = sProfileDir + EDIT_COURSES_SUBDIR;
|
RString sDir = sProfileDir + EDIT_COURSES_SUBDIR;
|
||||||
@@ -1756,7 +1753,6 @@ void SongManager::LoadCourseEditsFromProfileDir( const RString &sProfileDir, Pro
|
|||||||
CourseLoaderCRS::LoadEditFromFile( fn, slot );
|
CourseLoaderCRS::LoadEditFromFile( fn, slot );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int SongManager::GetNumEditsLoadedFromProfile( ProfileSlot slot ) const
|
int SongManager::GetNumEditsLoadedFromProfile( ProfileSlot slot ) const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user