From 3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 15 Jan 2018 18:54:04 +0100 Subject: Revert "Added logic to not send notification if weather update is equal (as decided by weather_info_equal ()) to the previous update" This reverts commit 109a7fa77bb4745524eca8a0735b210b55b81fe0. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 --- mateweather/mateweather.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mateweather/mateweather.h') diff --git a/mateweather/mateweather.h b/mateweather/mateweather.h index a2f77b6a..f486017c 100644 --- a/mateweather/mateweather.h +++ b/mateweather/mateweather.h @@ -27,9 +27,6 @@ G_BEGIN_DECLS typedef struct _MateWeatherApplet { MatePanelApplet* applet; WeatherInfo* mateweather_info; -#ifdef HAVE_LIBNOTIFY - WeatherInfo* mateweather_previnfo; -#endif GSettings* settings; -- cgit v1.2.1