From ae220356696b3b81374d84e99d8b099d216d0b69 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 29 Apr 2006 02:11:13 +0000 Subject: [PATCH] unused --- stepmania/src/ScreenGameplay.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index cab21e22b8..a027293cc2 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2433,8 +2433,6 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) if( m_pCombinedLifeMeter ) m_pCombinedLifeMeter->OnSongEnded(); - int iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1; - iPlaySongIndex %= m_apSongsQueue.size(); GAMESTATE->m_bLoadingNextSong = true; MESSAGEMAN->Broadcast( "BeforeLoadingNextCourseSong" ); m_NextSong.Reset();