diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-07 20:26:19 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-22 04:25:04 +0800 |
commit | a244924636a2a0cde9da06909ac2b1b141ce3b9e (patch) | |
tree | 1be1913babfcc76924235ea673dfd5caf667d675 /libempathy/empathy-utils.h | |
parent | 7e4dfd33eb0fe4e87aef3a0b6c8dbc94c540e7b0 (diff) | |
download | gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar.gz gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar.bz2 gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar.lz gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar.xz gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.tar.zst gsoc2013-empathy-a244924636a2a0cde9da06909ac2b1b141ce3b9e.zip |
Remove folks_individual_dup_from_empathy_contact()
As EmpathyContact is now a wrapper around FolksPersona, we can mutate the
persona instead of acquiring an individual and mutating that instead.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index f35d9e5c3..da0edc58c 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -93,7 +93,6 @@ void empathy_connect_new_account (TpAccount *account, TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); -FolksIndividual *folks_individual_dup_from_empathy_contact (EmpathyContact *contact); TpChannelGroupChangeReason tp_chanel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); G_END_DECLS |