From: Emilio Pozuelo Monfort Date: Tue, 22 Feb 2011 22:36:07 +0000 (+0000) Subject: CC panel: don't use an undefined symbol X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=c7146024489b4cc95263b9dfa0f8f237dd799b42 CC panel: don't use an undefined symbol --- diff --git a/src/cc-empathy-accounts-panel.c b/src/cc-empathy-accounts-panel.c index 1fff907f..6416c29f 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 71d2dc3a..c7f36661 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__ */