remove unused variables

This commit is contained in:
Glenn Maynard
2002-09-07 10:15:27 +00:00
parent d252e31244
commit 6862fedc38
9 changed files with 3 additions and 21 deletions
-2
View File
@@ -686,8 +686,6 @@ void ScreenSelectMusic::AfterNotesChange( PlayerNumber pn )
// m_BPMDisplay.BeginTweening( 0.2f );
// m_BPMDisplay.SetTweenZoomY( 1.2f );
DifficultyClass dc = GAMESTATE->m_PreferredDifficultyClass[pn];
Song* pSong = GAMESTATE->m_pCurSong;
Notes* m_pNotes = GAMESTATE->m_pCurNotes[pn];
if( m_pNotes )