summaryrefslogtreecommitdiff
path: root/libgweather/gweather-location.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/gweather-location.c')
-rw-r--r--libgweather/gweather-location.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgweather/gweather-location.c b/libgweather/gweather-location.c
index 3a174c5..5bdd5df 100644
--- a/libgweather/gweather-location.c
+++ b/libgweather/gweather-location.c
@@ -687,7 +687,6 @@ gweather_location_find_nearest_city (GWeatherLocation *loc,
double lat,
double lon)
{
- g_autoptr (GWeatherLocation) world = NULL;
/* The data set really isn't too big. Don't concern ourselves
* with a proper nearest neighbors search. Instead, just do
* an O(n) search. */