From 4b1c06fbbe7846c07ac41a7211db00a4a274d857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 6 Feb 2017 11:32:42 +0100 Subject: [PATCH] [apps/graph/list] Clean Change-Id: I49120ceecdf390a5f7cdd91b3f71294ff408e863 --- apps/graph/function.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/graph/function.h b/apps/graph/function.h index 8438d0a67..ecadd06e2 100644 --- a/apps/graph/function.h +++ b/apps/graph/function.h @@ -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;