mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Remove useless code in variable_box_controller.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user