summaryrefslogtreecommitdiff
path: root/libmissioncontrol/mc-account-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmissioncontrol/mc-account-monitor.c')
-rw-r--r--libmissioncontrol/mc-account-monitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmissioncontrol/mc-account-monitor.c b/libmissioncontrol/mc-account-monitor.c
index a4e8a8c9..24044199 100644
--- a/libmissioncontrol/mc-account-monitor.c
+++ b/libmissioncontrol/mc-account-monitor.c
@@ -221,11 +221,9 @@ _gconf_notify_cb (GConfClient *client, guint conn_id, GConfEntry *entry,
McAccountMonitorPrivate *priv = MC_ACCOUNT_MONITOR_PRIV (monitor);
gchar *name = NULL;
McAccount *account;
- gboolean key_is_enabledness;
const gchar *key;
key = key_name (entry->key);
- key_is_enabledness = strcmp (key, MC_ACCOUNTS_GCONF_KEY_ENABLED) == 0;
name = _account_name_from_key (entry->key);
if (!name) return;
account = g_hash_table_lookup (priv->accounts, name);