diff --git a/stepmania/src/ScoreKeeperRave.h b/stepmania/src/ScoreKeeperRave.h index 7c4b0d7e6f..da8e6faa6b 100644 --- a/stepmania/src/ScoreKeeperRave.h +++ b/stepmania/src/ScoreKeeperRave.h @@ -25,9 +25,6 @@ public: virtual void OnNextSong( int iSongInCourseIndex, Steps* pNotes, NoteData* pNoteData ); // before a song plays (called multiple times if course) virtual void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, int iNumAdditions ); virtual void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore ); - virtual int TapNoteScoreToDancePoints( TapNoteScore tns ) { return 0; }; - virtual int HoldNoteScoreToDancePoints( HoldNoteScore hns ) { return 0; }; - virtual int GetPossibleDancePoints( const NoteData* pNoteData ) { return 0; }; protected: void LaunchAttack( AttackLevel al );