From 6e4e3b2f1df81cf59693e37643e2bf41982c1620 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Aug 2003 19:23:25 +0000 Subject: [PATCH] unneeded --- stepmania/src/ScoreKeeperRave.h | 3 --- 1 file changed, 3 deletions(-) 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 );