some cleanup

This commit is contained in:
AJ Kelly
2010-06-10 14:26:35 -05:00
parent beeaf80b99
commit e696f84e10
3 changed files with 8 additions and 12 deletions
-2
View File
@@ -87,9 +87,7 @@ bool StepsUtil::HasMatching( const Song *pSong, const StepsCriteria &stc )
return false;
}
//
// Sorting stuff
//
map<const Steps*, RString> steps_sort_val;
static bool CompareStepsPointersBySortValueAscending(const Steps *pSteps1, const Steps *pSteps2)