[apps/code] Remove TODOs

This commit is contained in:
Léa Saviot
2020-05-28 13:07:12 +02:00
committed by Émilie Feral
parent 622cbe2e03
commit 6819041c1d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public:
private:
constexpr static size_t k_maxNumberOfDisplayedItems = (Ion::Display::Height - Metric::TitleBarHeight - Metric::PopUpTopMargin) / ScriptNodeCell::k_simpleItemHeight + 2; // +2 if the cells are cropped on top and at the bottom
constexpr static size_t k_maxScriptNodesCount = 32; //TODO LEA
constexpr static size_t k_maxScriptNodesCount = 32; // Chosen without particular reasons
constexpr static int k_totalBuiltinNodesCount = 107;
constexpr static uint8_t k_scriptOriginsCount = 3;
constexpr static uint8_t k_subtitleCellType = NodeCellType; // We don't care as it is not selectable