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
@@ -75,11 +75,7 @@ void GhostArrowRow::Update( float fDeltaTime )
void GhostArrowRow::DrawPrimitives()
{
for( unsigned c=0; c<m_Ghost.size(); c++ )
{
NoteFieldMode::BeginDrawTrack( m_pPlayerState, c );
m_Ghost[c]->Draw();
NoteFieldMode::EndDrawTrack( c );
}
}