aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/SimpleWeatherService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/SimpleWeatherService.h')
-rw-r--r--src/components/ble/SimpleWeatherService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ble/SimpleWeatherService.h b/src/components/ble/SimpleWeatherService.h
index a1625464..890497d7 100644
--- a/src/components/ble/SimpleWeatherService.h
+++ b/src/components/ble/SimpleWeatherService.h
@@ -85,7 +85,6 @@ namespace Pinetime {
char location[33]; // 32 char + \0 (end of string)
bool operator==(const CurrentWeather& other) const;
- bool operator!=(const CurrentWeather& other) const;
};
struct Forecast {