NoteData::EliminateAllButOneTap -> NoteDataUtil::RemoveAllButOneTap;

use accessors for NoteData::GetFirstRow, NoteData::GetLastRow
This commit is contained in:
Glenn Maynard
2004-10-25 03:36:42 +00:00
parent a99d7e0dc4
commit b6091d6cd5
4 changed files with 29 additions and 32 deletions
-2
View File
@@ -134,8 +134,6 @@ public:
void ConvertHoldNotesTo4s();
void To4s( const NoteData& from );
void From4s( const NoteData& from );
void EliminateAllButOneTap( int row );
};