[apps] Clean

Change-Id: Iddd7cbdb4a396a86ec5e86731503b6927022eee7
This commit is contained in:
Émilie Feral
2017-01-11 17:01:21 +01:00
parent ef3cb14f50
commit 6402e5c647
2 changed files with 1 additions and 2 deletions

View File

@@ -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);

View File

@@ -9,7 +9,6 @@
namespace Statistics {
class BoxController : public ViewController, public AlternateEmptyViewDelegate {
public:
BoxController(Responder * parentResponder, Store * store);
const char * title() const override;