remove no-op

This commit is contained in:
Glenn Maynard
2006-08-16 18:10:18 +00:00
parent b13a165303
commit 67b091454c
3 changed files with 0 additions and 28 deletions
-11
View File
@@ -1236,10 +1236,7 @@ void ScreenSelectMusic::AfterTrailChange( const vector<PlayerNumber> &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