remove ShiftRows

This commit is contained in:
Glenn Maynard
2005-12-18 07:11:51 +00:00
parent c864756dc9
commit ff7bbfe524
2 changed files with 0 additions and 12 deletions
-3
View File
@@ -103,9 +103,6 @@ namespace NoteDataUtil
void InsertRows( NoteData &nd, int iStartIndex, int iRowsToShift );
void DeleteRows( NoteData &nd, int iStartIndex, int iRowsToShift );
// If iRowsToShift > 0, add blank rows. If iRowsToShift < 0, delete rows
void ShiftRows( NoteData &nd, int iStartIndex, int iRowsToShift );
void RemoveAllTapsOfType( NoteData& ndInOut, TapNote::Type typeToRemove );
void RemoveAllTapsExceptForType( NoteData& ndInOut, TapNote::Type typeToKeep );