[apps] Remove useless code in variable_box_controller.h

This commit is contained in:
Léa Saviot
2018-11-07 10:02:01 +01:00
committed by Émilie Feral
parent 5113049d67
commit 0e5da52d3d

View File

@@ -34,9 +34,6 @@ public:
};
void lockDeleteEvent(Page page);
private:
// TODO: use the "(x)" defined in CartesianFunctionSomething
constexpr static int k_functionArgLength = 3;
constexpr static const char * k_functionArg = "(x)";
constexpr static int k_maxNumberOfDisplayedRows = 6; //240/Metric::ToolboxRowHeight
constexpr static int k_numberOfMenuRows = 2;
constexpr static KDCoordinate k_leafMargin = 20;