diff options
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index eb080c2c2..21b0599c8 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -503,8 +503,6 @@ empathy_get_account_for_connection (TpConnection *connection) manager = tp_account_manager_dup (); - /* FIXME: assumes account manager is prepared */ - accounts = tp_account_manager_get_valid_accounts (manager); for (l = accounts; l != NULL; l = l->next) |