diff options
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/default-applications/mate-da-capplet.c | 1 | ||||
-rw-r--r-- | capplets/network/mate-network-properties.c | 1 |
2 files changed, 0 insertions, 2 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); |