Removed unused variables. Tested.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Pinetime::Applications::Screens {
|
||||
|
||||
class StopWatch : public Screen {
|
||||
public:
|
||||
StopWatch(DisplayApp* app, const Pinetime::Controllers::DateTime& dateTime);
|
||||
StopWatch(DisplayApp* app);
|
||||
~StopWatch() override;
|
||||
bool Refresh() override;
|
||||
bool OnButtonPushed() override;
|
||||
@@ -71,7 +71,6 @@ namespace Pinetime::Applications::Screens {
|
||||
void stopLapBtnEventHandler(lv_event_t event);
|
||||
|
||||
private:
|
||||
const Pinetime::Controllers::DateTime& dateTime;
|
||||
bool running;
|
||||
States currentState;
|
||||
Events currentEvent;
|
||||
@@ -84,4 +83,4 @@ namespace Pinetime::Applications::Screens {
|
||||
lv_obj_t *time, *msecTime, *btnPlayPause, *btnStopLap, *txtPlayPause, *txtStopLap;
|
||||
lv_obj_t *lapOneText, *lapTwoText;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user