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 );