aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-24 17:52:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-24 18:11:08 +0800
commit17460b3291e61861ed56cbb5d5867d910297da58 (patch)
treeb93b79c25b55c9d59faf5ff8c3a1200fbc5eba4f /src/empathy-accounts-common.c
parent45ca662701afa1fd92d26c587e56b6e1ade16e83 (diff)
downloadgsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar.gz
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar.bz2
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar.lz
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar.xz
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.tar.zst
gsoc2013-empathy-17460b3291e61861ed56cbb5d5867d910297da58.zip
stop importing MC4 accounts
Diffstat (limited to 'src/empathy-accounts-common.c')
-rw-r--r--src/empathy-accounts-common.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index a214f284a..a14a95c59 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -43,7 +43,6 @@
#include "empathy-accounts-common.h"
#include "empathy-accounts-dialog.h"
#include "empathy-account-assistant.h"
-#include "empathy-import-mc4-accounts.h"
#include "empathy-auto-salut-account-helper.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
@@ -84,18 +83,6 @@ empathy_accounts_has_accounts (TpAccountManager *manager)
return has_accounts;
}
-void
-empathy_accounts_import (TpAccountManager *account_mgr,
- EmpathyConnectionManagers *cm_mgr)
-{
- g_return_if_fail (tp_account_manager_is_prepared (account_mgr,
- TP_ACCOUNT_MANAGER_FEATURE_CORE));
- g_return_if_fail (empathy_connection_managers_is_ready (cm_mgr));
-
- if (!empathy_import_mc4_has_imported ())
- empathy_import_mc4_accounts (cm_mgr);
-}
-
static void
do_show_accounts_ui (TpAccountManager *manager,
TpAccount *account,