remove unused variables

This commit is contained in:
Glenn Maynard
2002-09-07 10:00:58 +00:00
parent f6b1b4a2a4
commit ff279255d5
3 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -141,8 +141,7 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn )
GAMESTATE->m_pCurSong = Selector.GetSelectedSong();
// find the first style that matches this notes type
GameDef* pGameDef = GAMESTATE->GetCurrentGameDef();
// get the style
GAMESTATE->m_CurStyle = Selector.GetSelectedStyle();
GAMESTATE->m_pCurNotes[PLAYER_1] = Selector.GetSelectedNotes();