aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/weather/WeatherService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/weather/WeatherService.h')
-rw-r--r--src/components/ble/weather/WeatherService.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/ble/weather/WeatherService.h b/src/components/ble/weather/WeatherService.h
index 00650e90..d1c347a9 100644
--- a/src/components/ble/weather/WeatherService.h
+++ b/src/components/ble/weather/WeatherService.h
@@ -36,15 +36,11 @@
int WeatherCallback(uint16_t connHandle, uint16_t attrHandle, struct ble_gatt_access_ctxt* ctxt, void* arg);
namespace Pinetime {
- namespace System {
- class SystemTask;
- }
-
namespace Controllers {
class WeatherService {
public:
- explicit WeatherService(System::SystemTask& system, DateTime& dateTimeController);
+ explicit WeatherService(DateTime& dateTimeController);
void Init();
@@ -133,7 +129,6 @@ namespace Pinetime {
uint16_t eventHandle {};
- Pinetime::System::SystemTask& system;
Pinetime::Controllers::DateTime& dateTimeController;
std::vector<std::unique_ptr<WeatherData::TimelineHeader>> timeline;