[apps/graph/list] Clean

Change-Id: I49120ceecdf390a5f7cdd91b3f71294ff408e863
This commit is contained in:
Émilie Feral
2017-02-06 11:32:42 +01:00
parent b1735da380
commit 4b1c06fbbe

View File

@@ -26,8 +26,6 @@ public:
float evaluateAtAbscissa(float x, Context * context, Expression::AngleUnit angleUnit) const;
float approximateDerivative(float x, Context * context, Expression::AngleUnit angleUnit) const;
private:
constexpr static float k_epsilon = 0.0001f;
constexpr static float k_precision = 0.01f;
constexpr static int k_bodyLength = 255;
char m_text[k_bodyLength];
const char * m_name;