diff --git a/stepmania/src/ScoreKeeper.h b/stepmania/src/ScoreKeeper.h index 3b54bfed8c..45c02ce821 100644 --- a/stepmania/src/ScoreKeeper.h +++ b/stepmania/src/ScoreKeeper.h @@ -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