From 17e111815ddfeeab9c37555f17979be3f84c07f4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 25 Jun 2003 05:26:47 +0000 Subject: [PATCH] unused member variable --- stepmania/src/ScreenEdit.cpp | 2 -- stepmania/src/ScreenEdit.h | 1 - 2 files changed, 3 deletions(-) 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;