From 29a17b49641b6d045de7f97495ad13d8142c903d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 May 2003 08:53:53 +0000 Subject: [PATCH] more cleaning up --- stepmania/src/NoteData.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/NoteData.h b/stepmania/src/NoteData.h index 7a9618e082..6d9c1fc42e 100644 --- a/stepmania/src/NoteData.h +++ b/stepmania/src/NoteData.h @@ -33,10 +33,6 @@ class NoteData /* Pad m_TapNotes so it includes the row "rows". */ void PadTapNotes(int rows); - -private: - - public: /* Set up to hold the data in From; same number of tracks, same * divisor. Doesn't allocate or copy anything. */