diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-08 06:23:04 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-08 14:49:01 (GMT) |
| commit | 898ba6a9c637c2269d48c8ac8c42347acd0e2c7c (patch) | |
| tree | d79da6090bdfd1ed6520434783519301ad1818b8 /src/components/datetime/DateTimeController.h | |
| parent | 9062562bc98211c70bedc8050e6b8ae1facc0328 (diff) | |
Sans uptime code
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
| -rw-r--r-- | src/components/datetime/DateTimeController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index 4518c01..3a40ebb 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -68,9 +68,6 @@ namespace Pinetime { std::chrono::time_point<std::chrono::system_clock, std::chrono::seconds> CurrentDateTime() const { return currentDateTime; } - std::chrono::seconds Uptime() const { - return uptime; - } void Register(System::SystemTask* systemTask); void SetCurrentTime(std::chrono::time_point<std::chrono::system_clock, std::chrono::seconds> t); |
