These shouldn't have been there.

This commit is contained in:
Glenn Maynard
2003-08-13 19:22:55 +00:00
parent 57983c6d70
commit 1ecfc2e78a
-4
View File
@@ -47,10 +47,6 @@ public:
virtual void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, int iNumAdditions ) = 0;
virtual void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore ) = 0;
virtual int TapNoteScoreToDancePoints( TapNoteScore tns ) = 0;
virtual int HoldNoteScoreToDancePoints( HoldNoteScore hns ) = 0;
virtual int GetPossibleDancePoints( const NoteData* pNoteData ) = 0;
};
#endif