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
-16
View File
@@ -89,22 +89,6 @@ void CourseContentsList::SetFromGameState()
}
}
void CourseContentsList::TweenInAfterChangedCourse()
{
/*
for( int i=0; i<m_fItemAtPosition0InList; i++ )
{
CourseEntryDisplay& display = m_CourseContentDisplays[i];
display.StopTweening();
display.SetXY( 0, -((MAX_VISIBLE_CONTENTS-1)/2) * float(CONTENTS_BAR_HEIGHT) );
display.BeginTweening( i*0.1f );
display.SetY( (-(MAX_VISIBLE_CONTENTS-1)/2 + i) * float(CONTENTS_BAR_HEIGHT) );
}
*/
}
// lua start
#include "LuaBinding.h"