From 1ecfc2e78ac712499fa74a4fcc318db1e5da518d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Aug 2003 19:22:55 +0000 Subject: [PATCH] These shouldn't have been there. --- stepmania/src/ScoreKeeper.h | 4 ---- 1 file changed, 4 deletions(-) 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