From 4f252b91221de56383ee6f7451b79c5b5edad41e Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 13 Jan 2016 16:06:18 +0300 Subject: remove a few unused variables --- capplets/default-applications/mate-da-capplet.c | 1 - capplets/network/mate-network-properties.c | 1 - libslab/application-tile.c | 1 - 3 files changed, 3 deletions(-) diff --git a/capplets/default-applications/mate-da-capplet.c b/capplets/default-applications/mate-da-capplet.c index 1aea4825..63b61a5b 100644 --- a/capplets/default-applications/mate-da-capplet.c +++ b/capplets/default-applications/mate-da-capplet.c @@ -65,7 +65,6 @@ set_changed(GtkComboBox* combo, MateDACapplet* capplet, GList* list, gint type) { guint index; GAppInfo* item; - GSettings* settings; index = gtk_combo_box_get_active(combo); diff --git a/capplets/network/mate-network-properties.c b/capplets/network/mate-network-properties.c index b64f5439..02d2497f 100644 --- a/capplets/network/mate-network-properties.c +++ b/capplets/network/mate-network-properties.c @@ -382,7 +382,6 @@ static void setup_dialog (GtkBuilder *builder) { GSList *mode_group; - GtkListStore *store; g_signal_connect (proxy_settings, "changed::" IGNORE_HOSTS_KEY, G_CALLBACK (cb_ignore_hosts_gsettings_changed), NULL); diff --git a/libslab/application-tile.c b/libslab/application-tile.c index 5adf6b70..1bcd10d5 100644 --- a/libslab/application-tile.c +++ b/libslab/application-tile.c @@ -274,7 +274,6 @@ application_tile_setup (ApplicationTile *this) const gchar *comment; - const gchar *key; gchar *markup; gchar *str; -- cgit v1.2.1