aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Weather.cpp
diff options
context:
space:
mode:
authorcybuzuma <106408965+cybuzuma@users.noreply.github.com>2022-12-12 21:28:39 +0100
committerGitHub <noreply@github.com>2022-12-12 22:28:39 +0200
commit1062fec5f2f1e84a07fb1e5a752a0c1121a09448 (patch)
treed0d58dae6156f088523b6ca9abe5ebc8aa0fa3d8 /src/displayapp/screens/Weather.cpp
parent361e381ac32ff7a05abeaaf1e85eb10818193f64 (diff)
compiler warnings, #1035 and #notreported (#1481)
Diffstat (limited to 'src/displayapp/screens/Weather.cpp')
-rw-r--r--src/displayapp/screens/Weather.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Weather.cpp b/src/displayapp/screens/Weather.cpp
index 1d0a83bd..ff067db8 100644
--- a/src/displayapp/screens/Weather.cpp
+++ b/src/displayapp/screens/Weather.cpp
@@ -27,7 +27,6 @@ using namespace Pinetime::Applications::Screens;
Weather::Weather(Pinetime::Applications::DisplayApp* app, Pinetime::Controllers::WeatherService& weather)
: Screen(app),
- dateTimeController {dateTimeController},
weatherService(weather),
screens {app,
0,