cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
~NoteData();
|
||||
void Init();
|
||||
|
||||
int GetNumTracks() const;
|
||||
int GetNumTracks() const { return m_TapNotes.size(); }
|
||||
void SetNumTracks( int iNewNumTracks );
|
||||
|
||||
/* Return the note at the given track and row. Row may be out of
|
||||
@@ -105,9 +105,6 @@ public:
|
||||
const HoldNote &GetHoldNote( int index ) const { ASSERT( index < (int) m_HoldNotes.size() ); return m_HoldNotes[index]; }
|
||||
int GetMatchingHoldNote( const HoldNote &hn ) const;
|
||||
|
||||
// remove me
|
||||
void SetTapAttackNote( int track, int row, CString sModifiers, float fDurationSeconds );
|
||||
|
||||
//
|
||||
// statistics
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user