remove ReserveRows

This commit is contained in:
Glenn Maynard
2004-10-25 03:17:56 +00:00
parent f63c57b5f4
commit a99d7e0dc4
3 changed files with 0 additions and 8 deletions
-2
View File
@@ -41,8 +41,6 @@ public:
/* Return the note at the given track and row. Row may be out of
* range; pretend the song goes on with TAP_EMPTYs indefinitely. */
void ReserveRows( int row );
inline const TapNote &GetTapNote(unsigned track, int row) const
{
const TrackMap &mapTrack = m_TapNotes[track];