From 3039b0492ee0aed9e66c818f6a63cde023b79755 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 13 Aug 2011 00:32:00 -0400 Subject: [PATCH] ...or just remove it. No lines of code after were using it. Makes me question the purpose of needing Style. --- src/SongUtil.cpp | 1 - 1 file changed, 1 deletion(-) 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);