unused code

This commit is contained in:
Glenn Maynard
2003-03-26 17:36:35 +00:00
parent 53dda2b1db
commit 0d0de7d336
-12
View File
@@ -449,18 +449,6 @@ void Player::OnRowDestroyed( TapNoteScore lastScore, int iIndexThatWasSteppedOn
score = min( score, tns );
}
// remove this row from the NoteField
// bool bHoldNoteOnThisBeat = false;
// for( int j=0; j<GetNumHoldNotes(); j++ )
// {
// if( GetHoldNote(j).m_iStartIndex == iIndexThatWasSteppedOn )
// {
// bHoldNoteOnThisBeat = true;
// break;
// }
// }
/* If the whole row was hit with perfects or greats, remove the row
* from the NoteField, so it disappears. */
switch ( score )