summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Weather.h
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.h
parent361e381ac32ff7a05abeaaf1e85eb10818193f64 (diff)
compiler warnings, #1035 and #notreported (#1481)
Diffstat (limited to 'src/displayapp/screens/Weather.h')
-rw-r--r--src/displayapp/screens/Weather.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Weather.h b/src/displayapp/screens/Weather.h
index 34f95fce..21b05bd8 100644
--- a/src/displayapp/screens/Weather.h
+++ b/src/displayapp/screens/Weather.h
@@ -25,7 +25,6 @@ namespace Pinetime {
private:
bool running = true;
- Pinetime::Controllers::DateTime& dateTimeController;
Controllers::WeatherService& weatherService;
ScreenList<5> screens;