diff --git a/stepmania/src/CourseContentsList.cpp b/stepmania/src/CourseContentsList.cpp index 65fd7b50d8..01812334f9 100644 --- a/stepmania/src/CourseContentsList.cpp +++ b/stepmania/src/CourseContentsList.cpp @@ -89,22 +89,6 @@ void CourseContentsList::SetFromGameState() } } -void CourseContentsList::TweenInAfterChangedCourse() -{ - /* - for( int i=0; i &vpns ) /* Update the trail list, but don't actually start the tween; only do that when * the actual course changes (AfterMusicChange). */ if( SHOW_COURSE_CONTENTS ) - { m_CourseContents.SetFromGameState(); - // m_CourseContents.TweenInAfterChangedCourse(); - } m_DifficultyMeter[pn].SetFromGameState( pn ); m_GrooveRadar.SetEmpty( pn ); @@ -1605,14 +1602,6 @@ void ScreenSelectMusic::AfterMusicChange() AfterTrailChange( vpns ); else AfterStepsChange( vpns ); - - switch( m_MusicWheel.GetSelectedType() ) - { - case TYPE_COURSE: - if( SHOW_COURSE_CONTENTS ) - m_CourseContents.TweenInAfterChangedCourse(); - break; - } } // lua start