Code cleanup (#466)

* Code cleanup
* Remove override again
This commit is contained in:
Riku Isokoski
2021-07-25 17:54:05 +03:00
committed by GitHub
parent 34949a47c5
commit ec2469a6c1
10 changed files with 42 additions and 66 deletions

View File

@@ -18,7 +18,6 @@ namespace Pinetime {
~Motion() override;
bool Refresh() override;
bool OnButtonPushed() override;
private:
Controllers::MotionController& motionController;
@@ -29,10 +28,7 @@ namespace Pinetime {
lv_obj_t* label;
lv_obj_t* labelStep;
static constexpr uint8_t nbStepsBufferSize = 9;
char nbStepsBuffer[nbStepsBufferSize + 1];
bool running = true;
};
}
}
}
}