aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cc-empathy-accounts-panel.c2
-rw-r--r--src/empathy-accounts-common.h4
2 files changed, 0 insertions, 6 deletions
diff --git a/src/cc-empathy-accounts-panel.c b/src/cc-empathy-accounts-panel.c
index 1fff907f1..6416c29f9 100644
--- a/src/cc-empathy-accounts-panel.c
+++ b/src/cc-empathy-accounts-panel.c
@@ -117,8 +117,6 @@ connection_managers_prepare (GObject *source,
panel_pack_with_accounts_dialog (panel);
- empathy_accounts_import (account_mgr, cm_mgr);
-
if (!empathy_accounts_has_non_salut_accounts (account_mgr))
{
GtkWindow *parent;
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h
index 71d2dc3a1..c7f36661b 100644
--- a/src/empathy-accounts-common.h
+++ b/src/empathy-accounts-common.h
@@ -30,8 +30,4 @@ void empathy_accounts_show_accounts_ui (TpAccountManager *manager,
TpAccount *account,
GCallback window_destroyed_cb);
-void empathy_accounts_import (TpAccountManager *account_mgr,
- EmpathyConnectionManagers *cm_mgr);
-
-
#endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */