summaryrefslogtreecommitdiff
path: root/libmateweather/weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/weather.h')
-rw-r--r--libmateweather/weather.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmateweather/weather.h b/libmateweather/weather.h
index 204e095..842975d 100644
--- a/libmateweather/weather.h
+++ b/libmateweather/weather.h
@@ -19,12 +19,10 @@
#ifndef __WEATHER_H_
#define __WEATHER_H_
-
#ifndef MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE
#error "libmateweather should only be used if you understand that it's subject to change, and is not supported as a fixed API/ABI or as part of the platform"
#endif
-
#include <gdk-pixbuf/gdk-pixbuf.h>
#ifdef __cplusplus
@@ -280,7 +278,6 @@ gboolean weather_info_get_value_sunset (WeatherInfo *info, time_t *value);
gboolean weather_info_get_value_moonphase (WeatherInfo *info, WeatherMoonPhase *value, WeatherMoonLatitude *lat);
gboolean weather_info_get_upcoming_moonphases (WeatherInfo *info, time_t *phases);
-
#ifdef __cplusplus
}
#endif