diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-12-18 18:07:36 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-12-23 21:12:25 +0100 |
| commit | 3a8c7dc038605f7a0ebefa479b204d6d019743cd (patch) | |
| tree | 28e759d16ae5cc41740819246e02d42bfc331ebe /src/displayapp/screens/StopWatch.cpp | |
| parent | fe4b07c610261df6b2d63e5b216248a6c8e78d8c (diff) | |
Simple Weather Service - code cleaning and improvements
Add missing icons (heavy clouds, thunderstorm, snow).
Remove unneeded comparison operator (!=), improve conversion of Timestamp and MessageType, order includes.
Fix typo in documentation.
Remove not related change in StopWatch.
Diffstat (limited to 'src/displayapp/screens/StopWatch.cpp')
| -rw-r--r-- | src/displayapp/screens/StopWatch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/StopWatch.cpp b/src/displayapp/screens/StopWatch.cpp index bdb3fde6..f0359da4 100644 --- a/src/displayapp/screens/StopWatch.cpp +++ b/src/displayapp/screens/StopWatch.cpp @@ -5,8 +5,6 @@ using namespace Pinetime::Applications::Screens; -constexpr int Pinetime::Applications::Screens::StopWatch::maxLapCount; - namespace { TimeSeparated_t convertTicksToTimeSegments(const TickType_t timeElapsed) { // Centiseconds |
