remove unused OnTaunt

This commit is contained in:
Glenn Maynard
2006-11-09 09:38:38 +00:00
parent 15b998b089
commit 97894cfb47
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -1439,9 +1439,6 @@ void ScreenGameplay::PlayAnnouncer( RString type, float fSeconds )
m_fTimeSinceLastDancingComment = 0;
SOUND->PlayOnceFromAnnouncer( type );
if( m_pCombinedLifeMeter )
m_pCombinedLifeMeter->OnTaunt();
}
void ScreenGameplay::UpdateSongPosition( float fDeltaTime )