mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[code] The maximal number of scripts is stored in the ScriptStore.
It was in the MenuController before. Change-Id: I5f48465d92b53079dc358feec7a4b713875c7e2d
This commit is contained in:
@@ -62,7 +62,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
static constexpr int k_maxNumberOfScripts = 8;
|
||||
static constexpr int k_maxNumberOfDisplayableScriptCells = 5; // = 240/50
|
||||
static constexpr int k_parametersColumnWidth = 37;
|
||||
static constexpr int AddScriptCellType = 0;
|
||||
|
||||
Reference in New Issue
Block a user