remove unused parameter

This commit is contained in:
Glenn Maynard
2002-10-24 05:15:47 +00:00
parent 22f53dd0ce
commit fcc020dd98
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
protected:
int UpdateTapNotesMissedOlderThan( float fMissIfOlderThanThisBeat );
void OnRowDestroyed( int col, int iStepIndex );
void OnRowDestroyed( int iStepIndex );
void HandleNoteScore( TapNoteScore score, int iNumTapsInRow );
void HandleNoteScore( HoldNoteScore score, TapNoteScore TapNoteScore );