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. */