From 67b091454c6c8d6516fcd86d53981a60d4ff394b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Aug 2006 18:10:18 +0000 Subject: [PATCH] remove no-op --- stepmania/src/CourseContentsList.cpp | 16 ---------------- stepmania/src/CourseContentsList.h | 1 - stepmania/src/ScreenSelectMusic.cpp | 11 ----------- 3 files changed, 28 deletions(-) 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