From 25f9a19eff3f3d0c437db16fb62c70c22b2fa2b8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 Feb 2003 20:10:03 +0000 Subject: [PATCH] remove unused constants --- stepmania/src/NoteTypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/NoteTypes.h b/stepmania/src/NoteTypes.h index 0d4551b58a..02a32e4f6c 100644 --- a/stepmania/src/NoteTypes.h +++ b/stepmania/src/NoteTypes.h @@ -52,11 +52,9 @@ enum const int MAX_BEATS = 3000; // J-Paradise has about 2120 const int BEATS_PER_MEASURE = 4; -const int MAX_MEASURES = MAX_BEATS / BEATS_PER_MEASURE; const int ROWS_PER_BEAT = 24; // It is important that this number is evenly divisible by 2, 3, and 4. const int ROWS_PER_MEASURE = ROWS_PER_BEAT * BEATS_PER_MEASURE; -const int MAX_TAP_NOTE_ROWS = MAX_BEATS*ROWS_PER_BEAT; enum NoteType {