summaryrefslogtreecommitdiff
path: root/libgweather/weather-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/weather-priv.h')
-rw-r--r--libgweather/weather-priv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libgweather/weather-priv.h b/libgweather/weather-priv.h
index 7ffd171..784fec8 100644
--- a/libgweather/weather-priv.h
+++ b/libgweather/weather-priv.h
@@ -90,7 +90,6 @@ typedef gdouble GWeatherVisibility;
typedef time_t GWeatherUpdate;
struct _GWeatherInfoPrivate {
- GWeatherForecastType forecast_type;
GWeatherProvider providers;
GSettings *settings;
@@ -104,7 +103,6 @@ struct _GWeatherInfoPrivate {
gboolean moonValid;
gboolean tempMinMaxValid;
WeatherLocation location;
- GWeatherLocation *world;
GWeatherLocation *glocation;
GWeatherUpdate update;
GWeatherUpdate current_time;
@@ -122,7 +120,6 @@ struct _GWeatherInfoPrivate {
GWeatherUpdate sunset;
GWeatherMoonPhase moonphase;
GWeatherMoonLatitude moonlatitude;
- gchar *forecast;
GSList *forecast_list; /* list of GWeatherInfo* for the forecast, NULL if not available */
gchar *forecast_attribution;
gchar *radar_buffer;
@@ -179,8 +176,6 @@ struct _GWeatherInfoPrivate {
void metar_start_open (GWeatherInfo *info);
gboolean iwin_start_open (GWeatherInfo *info);
-void metoffice_start_open (GWeatherInfo *info);
-void bom_start_open (GWeatherInfo *info);
void wx_start_open (GWeatherInfo *info);
gboolean yahoo_start_open (GWeatherInfo *info);
gboolean yrno_start_open (GWeatherInfo *info);