diff options
-rw-r--r-- | libempathy/empathy-call-factory.c | 15 | ||||
-rw-r--r-- | libempathy/empathy-call-factory.h | 3 |
2 files changed, 0 insertions, 18 deletions
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); |