remove no-op calls

This commit is contained in:
Glenn Maynard
2006-04-29 21:20:28 +00:00
parent 45449a216e
commit 178ffec501
3 changed files with 0 additions and 13 deletions
-4
View File
@@ -65,11 +65,7 @@ void ReceptorArrowRow::Update( float fDeltaTime )
void ReceptorArrowRow::DrawPrimitives()
{
for( unsigned c=0; c<m_ReceptorArrow.size(); c++ )
{
NoteFieldMode::BeginDrawTrack( m_pPlayerState, c );
m_ReceptorArrow[c]->Draw();
NoteFieldMode::EndDrawTrack(c);
}
}
void ReceptorArrowRow::Step( int iCol, TapNoteScore score )