summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-13 16:06:18 +0300
committermonsta <[email protected]>2016-01-13 16:08:50 +0300
commit4f252b91221de56383ee6f7451b79c5b5edad41e (patch)
tree47bb830368e00e96fd47c66d0f2311264c149972 /capplets
parent7d1067354abbce7fd9e562e3592a5b538d608fb5 (diff)
downloadmate-control-center-4f252b91221de56383ee6f7451b79c5b5edad41e.tar.bz2
mate-control-center-4f252b91221de56383ee6f7451b79c5b5edad41e.tar.xz
remove a few unused variables
Diffstat (limited to 'capplets')
-rw-r--r--capplets/default-applications/mate-da-capplet.c1
-rw-r--r--capplets/network/mate-network-properties.c1
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);