[NoteTypes, ScreenEdit] Removed artificial MAX_NOTES_PER_MEASURE limit.

This commit is contained in:
AJ Kelly
2011-08-04 12:30:35 -05:00
parent e2f67ebc68
commit d51c0d486e
3 changed files with 4 additions and 16 deletions
-7
View File
@@ -257,13 +257,6 @@ const int MAX_NOTE_TRACKS = 16;
* Is this a recommended course of action? -Wolfman2000 */
const int ROWS_PER_BEAT = 48;
/**
* @brief Enforce a maximum number of notes per measure in the step editor.
*
* TODO: See if there is a way to de-hard-code this number.
*/
const int MAX_NOTES_PER_MEASURE = 50;
/** @brief The max number of rows allowed for a Steps pattern. */
const int MAX_NOTE_ROW = (1<<30);