aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-call-factory.c')
-rw-r--r--libempathy/empathy-call-factory.c15
1 files changed, 0 insertions, 15 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)