From 9447a3e1a68867e52ae22f22324dece3be70e8db Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Oct 2009 10:15:35 +0000 Subject: utils: remove FIXME Although still true, the comment above the function will suffice and this can't really be changed without lots of making-async of other places in Empathy. I also don't think this is a problem in practice as everywhere in Empathy we use the account manager should have a _prepare called beforehand. Signed-off-by: Jonny Lamb --- libempathy/empathy-utils.c | 2 -- 1 file changed, 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) -- cgit v1.2.3