summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-pref.c
diff options
context:
space:
mode:
Diffstat (limited to 'mateweather/mateweather-pref.c')
-rw-r--r--mateweather/mateweather-pref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mateweather/mateweather-pref.c b/mateweather/mateweather-pref.c
index a03afca8..c7f54f81 100644
--- a/mateweather/mateweather-pref.c
+++ b/mateweather/mateweather-pref.c
@@ -263,11 +263,9 @@ static gboolean compare_location(GtkTreeModel* model, GtkTreePath* path, GtkTree
static void load_locations(MateWeatherPref* pref)
{
- MateWeatherApplet* gw_applet = pref->priv->applet;
GtkTreeView* tree = GTK_TREE_VIEW(pref->priv->tree);
GtkTreeViewColumn* column;
GtkCellRenderer* cell_renderer;
- WeatherLocation* current_location;
/* Add a column for the locations */
cell_renderer = gtk_cell_renderer_text_new();