diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-30 20:09:40 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-30 20:09:40 (GMT) |
| commit | 7a49651b778b8d5e9208e1d845fe309c1158670f (patch) | |
| tree | 11462a59b7e52e4c097209942db9338ed42f2b2d /src/components/datetime/DateTimeController.h | |
| parent | c8694c78c6cc05ae09e862e7ecd09407c7a3c3b7 (diff) | |
no hour and half-hour messages
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
| -rw-r--r-- | src/components/datetime/DateTimeController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index 00bbc2e..e964b4c 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -90,8 +90,6 @@ namespace Pinetime { std::chrono::seconds uptime {0}; bool isMidnightAlreadyNotified = false; - bool isHourAlreadyNotified = true; - bool isHalfHourAlreadyNotified = true; System::SystemTask* systemTask = nullptr; Controllers::Settings& settingsController; }; |
