summaryrefslogtreecommitdiff
path: root/libgweather
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather')
-rw-r--r--libgweather/gweather-weather.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libgweather/gweather-weather.h b/libgweather/gweather-weather.h
index 69d31ad..00134c2 100644
--- a/libgweather/gweather-weather.h
+++ b/libgweather/gweather-weather.h
@@ -52,15 +52,6 @@ typedef enum { /*< flags, underscore_name=gweather_provider >*/
#define GWEATHER_TYPE_INFO (gweather_info_get_type ())
G_DECLARE_FINAL_TYPE(GWeatherInfo, gweather_info, GWEATHER, INFO, GObject)
-struct _GWeatherInfoClass {
-
- /*< private >*/
- GObjectClass parent_class;
-
- /*< protected >*/
- void (*updated) (GWeatherInfo *info);
-};
-
GWeatherInfo * gweather_info_new (GWeatherLocation *location);
void gweather_info_update (GWeatherInfo *info);
void gweather_info_abort (GWeatherInfo *info);