This commit is contained in:
Glenn Maynard
2007-04-25 20:57:28 +00:00
parent 5f34c4bab3
commit b0cc029f15
-1
View File
@@ -855,7 +855,6 @@ void SongUtil::GetPlayableSteps( const Song *pSong, vector<Steps*> &vOut )
bool SongUtil::IsStepsTypePlayable( Song *pSong, StepsType st )
{
void GetPlayableSteps( const Song *pSong, vector<Steps*> &vOut );
set<StepsType> vStepsType;
GetPlayableStepsTypes( pSong, vStepsType );
return vStepsType.find( st ) != vStepsType.end();