From f20aa2a8401a472c6d9d2ffa0979ae8169f1df85 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 Jun 2010 14:55:54 +0200 Subject: remove empathy_call_factory_new_call It's not used any more. --- libempathy/empathy-call-factory.c | 15 --------------- libempathy/empathy-call-factory.h | 3 --- 2 files changed, 18 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index b45b8621b..376ff91e4 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -222,21 +222,6 @@ empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory, #endif } - -/** - * empathy_call_factory_new_call: - * @factory: an #EmpathyCallFactory - * @contact: an #EmpathyContact - * - * Initiate a new call with @contact. - */ -void -empathy_call_factory_new_call (EmpathyCallFactory *factory, - EmpathyContact *contact) -{ - empathy_call_factory_new_call_with_streams (factory, contact, TRUE, FALSE); -} - static void create_call_handler (EmpathyCallFactory *factory, EmpathyTpCall *call) diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h index f7cd9d240..c17163dfe 100644 --- a/libempathy/empathy-call-factory.h +++ b/libempathy/empathy-call-factory.h @@ -64,9 +64,6 @@ EmpathyCallFactory *empathy_call_factory_initialise (void); EmpathyCallFactory *empathy_call_factory_get (void); -void empathy_call_factory_new_call (EmpathyCallFactory *factory, - EmpathyContact *contact); - void empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory, EmpathyContact *contact, gboolean initial_audio, gboolean initial_video); -- cgit v1.2.3