From 3094ef1089e117ca22c2ac1acc94698d240d28fe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 16 Jan 2017 19:15:02 +0100 Subject: tracker/test: test continuous step from -180 to +180 --- tracker-test/test.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tracker-test/test.h') diff --git a/tracker-test/test.h b/tracker-test/test.h index 8338e8f3..01133617 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -14,9 +14,6 @@ public: void data(double *data) override; private: - static constexpr double r2d = 180 / M_PI; - static constexpr double d2r = M_PI / 180; - static const double incr[6]; double last_x[6]; Timer t; -- cgit v1.2.3