From 6402e5c647e8273cb92a450d9e061cb2c64f38dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 11 Jan 2017 17:01:21 +0100 Subject: [PATCH] [apps] Clean Change-Id: Iddd7cbdb4a396a86ec5e86731503b6927022eee7 --- apps/interactive_curve_view_range.h | 2 +- apps/statistics/box_controller.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/interactive_curve_view_range.h b/apps/interactive_curve_view_range.h index 19957f01f..cb6981626 100644 --- a/apps/interactive_curve_view_range.h +++ b/apps/interactive_curve_view_range.h @@ -34,7 +34,7 @@ public: void setTrigonometric(); virtual void setDefault(); void centerAxisAround(Axis axis, float position); - + //Cursor // moveCursorTo returns true if the window has moved bool moveCursorTo(float x, float y); diff --git a/apps/statistics/box_controller.h b/apps/statistics/box_controller.h index 8f53b5b15..b77c0cbc5 100644 --- a/apps/statistics/box_controller.h +++ b/apps/statistics/box_controller.h @@ -9,7 +9,6 @@ namespace Statistics { class BoxController : public ViewController, public AlternateEmptyViewDelegate { - public: BoxController(Responder * parentResponder, Store * store); const char * title() const override;