From 0909d1f884c4542553d98b18e7622664d2a02169 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 21 Nov 2013 18:09:16 +0000 Subject: libempathy: Remove empathy_create_individual_from_tp_contact() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839 --- libempathy/empathy-utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 40291b971..a9ff0d890 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -102,9 +102,6 @@ void empathy_individual_can_audio_video_call (FolksIndividual *individual, gboolean empathy_client_types_contains_mobile_device ( const GStrv types); -FolksIndividual * empathy_create_individual_from_tp_contact ( - TpContact *contact); - FolksIndividual * empathy_ensure_individual_from_tp_contact ( TpContact *contact); -- cgit v1.2.3