summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Clock.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-26 03:49:12 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-26 03:49:12 (GMT)
commit6ef420d2407a4685b56a233f6b0f849e90c6cf49 (patch)
tree917f4304cace71ca0d7e472546a1538d8ac991a4 /src/displayapp/screens/Clock.h
parent8b7bbf4b84a008e42a0ebba8af316690af696d5b (diff)
sans heart
Diffstat (limited to 'src/displayapp/screens/Clock.h')
-rw-r--r--src/displayapp/screens/Clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h
index 4ea1045..8d1a5b2 100644
--- a/src/displayapp/screens/Clock.h
+++ b/src/displayapp/screens/Clock.h
@@ -4,7 +4,6 @@
#include <chrono>
#include <cstdint>
#include <memory>
-#include <components/heartrate/HeartRateController.h>
#include "displayapp/screens/Screen.h"
#include "components/datetime/DateTimeController.h"
@@ -27,7 +26,6 @@ namespace Pinetime {
Controllers::Ble& bleController,
Controllers::NotificationManager& notificatioManager,
Controllers::Settings& settingsController,
- Controllers::HeartRateController& heartRateController,
Controllers::MotionController& motionController);
~Clock() override;
@@ -40,7 +38,6 @@ namespace Pinetime {
Controllers::Ble& bleController;
Controllers::NotificationManager& notificatioManager;
Controllers::Settings& settingsController;
- Controllers::HeartRateController& heartRateController;
Controllers::MotionController& motionController;
std::unique_ptr<Screen> screen;