remove unused

This commit is contained in:
Glenn Maynard
2006-11-14 21:47:45 +00:00
parent f19852fe0f
commit 93670f895d
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -1739,8 +1739,6 @@ void Player::HandleTapRowScore( unsigned row )
if( m_pPrimaryScoreKeeper != NULL )
m_pPrimaryScoreKeeper->HandleTapRowScore( m_NoteData, row, bComboStopped, bMissComboStopped );
if( bMissComboStopped )
SCREENMAN->PostMessageToTopScreen( SM_MissComboAborted, 0 );
if( bComboStopped && iOldCombo > 50 )
SCREENMAN->PostMessageToTopScreen( SM_ComboStopped, 0 );
if( m_pSecondaryScoreKeeper != NULL )
-1
View File
@@ -35,7 +35,6 @@ AutoScreenMessage( SM_900Combo );
AutoScreenMessage( SM_1000Combo );
AutoScreenMessage( SM_ComboStopped );
AutoScreenMessage( SM_ComboContinuing );
AutoScreenMessage( SM_MissComboAborted );
// Helper class to ensure that each row is only judged once without taking too much memory.
class JudgedRows