diff --git a/src/SongUtil.cpp b/src/SongUtil.cpp index afa6ca282a..d367cc462d 100644 --- a/src/SongUtil.cpp +++ b/src/SongUtil.cpp @@ -972,7 +972,6 @@ void SongUtil::GetPlayableStepsTypes( const Song *pSong, set &vOut ) int iNumPlayers = GAMESTATE->GetNumPlayersEnabled(); iNumPlayers = max( iNumPlayers, 1 ); -// const Style *pStyle = GAMEMAN->GetFirstCompatibleStyle( GAMESTATE->m_pCurGame, iNumPlayers, *st ); bool bEnoughStages = GAMESTATE->IsAnExtraStage() || GAMESTATE->GetSmallestNumStagesLeftForAnyHumanPlayer() >= GAMESTATE->GetNumStagesMultiplierForSong(pSong);