aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r--my-evolution/e-summary-weather.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c
index c121ba4927..0b8e183125 100644
--- a/my-evolution/e-summary-weather.c
+++ b/my-evolution/e-summary-weather.c
@@ -663,20 +663,14 @@ is_weather_shown (ESummaryWeather *weather,
}
void
-e_summary_weather_fill_etable (ESummaryShown *ess,
- ESummary *summary)
+e_summary_weather_fill_etable (ESummaryShown *ess)
{
- ESummaryWeather *weather;
ETreePath region, state, location;
ESummaryShownModelEntry *entry;
char *key, *path;
int nregions, iregions;
char **regions;
- g_return_if_fail (IS_E_SUMMARY (summary));
-
- weather = summary->weather;
-
path = g_strdup (EVOLUTION_DATADIR "/evolution/Locations");
key = g_strdup_printf ("=%s=/", path);