unused member variable

This commit is contained in:
Glenn Maynard
2003-06-25 05:26:47 +00:00
parent cac429e488
commit 17e111815d
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -217,8 +217,6 @@ ScreenEdit::ScreenEdit() : Screen("ScreenEdit")
GAMESTATE->m_bSideIsJoined[p] = true; GAMESTATE->m_bSideIsJoined[p] = true;
SCREENMAN->RefreshCreditsMessages(); SCREENMAN->RefreshCreditsMessages();
m_iRowLastCrossed = -1;
m_pSong = GAMESTATE->m_pCurSong; m_pSong = GAMESTATE->m_pCurSong;
m_pNotes = GAMESTATE->m_pCurNotes[PLAYER_1]; m_pNotes = GAMESTATE->m_pCurNotes[PLAYER_1];
-1
View File
@@ -97,7 +97,6 @@ protected:
Quad m_rectRecordBack; Quad m_rectRecordBack;
RageSound m_soundMusic; RageSound m_soundMusic;
int m_iRowLastCrossed;
RageSound m_soundAssistTick; RageSound m_soundAssistTick;