[apps/code] Remove TODOs

This commit is contained in:
Léa Saviot
2020-04-30 16:28:05 +02:00
committed by Émilie Feral
parent 68867e45e7
commit 714410287a
3 changed files with 6 additions and 14 deletions

View File

@@ -42,7 +42,6 @@ public:
private:
//TODO LEA use size_t
constexpr static int k_maxScriptObjectNameSize = 100; //TODO LEA
constexpr static int k_maxNumberOfDisplayedRows = 8; // (240 - titlebar - margin)/27 //TODO LEA
constexpr static int k_maxScriptNodesCount = 32; //TODO LEA
constexpr static int k_totalBuiltinNodesCount = 107;