summaryrefslogtreecommitdiff
path: root/mateweather/mateweather.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-15 18:54:04 +0100
committerraveit65 <[email protected]>2018-01-25 12:24:43 +0100
commit3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb (patch)
treed02e12f1be79e9430d57b33348ec70b4a0707240 /mateweather/mateweather.h
parentf8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9 (diff)
downloadmate-applets-3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb.tar.bz2
mate-applets-3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb.tar.xz
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
Diffstat (limited to 'mateweather/mateweather.h')
-rw-r--r--mateweather/mateweather.h3
1 files changed, 0 insertions, 3 deletions
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;