From 48d188e97d93f8ed89a8fb0436e96dd20851d065 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Jul 2005 23:51:06 +0000 Subject: [PATCH] remove old stuff --- stepmania/src/ScreenSelectMusic.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 8e081ead15..1595c5b718 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -1852,19 +1852,9 @@ void ScreenSelectMusic::AfterMusicChange() void ScreenSelectMusic::UpdateOptionsDisplays() { -// m_OptionIcons.Load( GAMESTATE->m_PlayerOptions, &GAMESTATE->m_SongOptions ); - -// m_PlayerOptionIcons.Refresh(); - FOREACH_HumanPlayer( p ) - { m_OptionIconRow[p].Refresh(); - CString s = GAMESTATE->m_pPlayerState[p]->m_PlayerOptions.GetString(); - s.Replace( ", ", "\n" ); -// m_textPlayerOptions[p].SetText( s ); - } - CString s = GAMESTATE->m_SongOptions.GetString(); s.Replace( ", ", "\n" ); m_textSongOptions.SetText( s );