diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a36bbcd01d..787c2b59f0 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -217,8 +217,6 @@ ScreenEdit::ScreenEdit() : Screen("ScreenEdit") GAMESTATE->m_bSideIsJoined[p] = true; SCREENMAN->RefreshCreditsMessages(); - m_iRowLastCrossed = -1; - m_pSong = GAMESTATE->m_pCurSong; m_pNotes = GAMESTATE->m_pCurNotes[PLAYER_1]; diff --git a/stepmania/src/ScreenEdit.h b/stepmania/src/ScreenEdit.h index e570800200..b3292bcf6d 100644 --- a/stepmania/src/ScreenEdit.h +++ b/stepmania/src/ScreenEdit.h @@ -97,7 +97,6 @@ protected: Quad m_rectRecordBack; RageSound m_soundMusic; - int m_iRowLastCrossed; RageSound m_soundAssistTick;