diff options
Diffstat (limited to 'src/components/ble/SimpleWeatherService.h')
| -rw-r--r-- | src/components/ble/SimpleWeatherService.h | 1 |
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 { |
