From 57c1b01434b3a92f3a55fb6d859aaa142bbb14a5 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 11 Nov 2010 16:31:00 +0100 Subject: accounts-panel: remove gconf bits (#634595) This code is useless. --- src/cc-empathy-accounts-panel.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/cc-empathy-accounts-panel.c b/src/cc-empathy-accounts-panel.c index d4dbf1e97..24be69121 100644 --- a/src/cc-empathy-accounts-panel.c +++ b/src/cc-empathy-accounts-panel.c @@ -29,7 +29,6 @@ #include #include -#include #include #include @@ -214,20 +213,12 @@ cc_empathy_accounts_panel_class_finalize (CcEmpathyAccountsPanelClass *klass) static void cc_empathy_accounts_panel_init (CcEmpathyAccountsPanel *panel) { - GConfClient *client; TpAccountManager *account_manager; panel->priv = CC_EMPATHY_ACCOUNTS_PANEL_GET_PRIVATE (panel); empathy_gtk_init (); - client = gconf_client_get_default (); - gconf_client_add_dir (client, "/desktop/gnome/peripherals/empathy_accounts", - GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); - gconf_client_add_dir (client, "/desktop/gnome/interface", - GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); - g_object_unref (client); - /* unref'd in final endpoint callbacks */ account_manager = tp_account_manager_dup (); -- cgit v1.2.3