aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-21 20:55:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:59:33 +0800
commitf20aa2a8401a472c6d9d2ffa0979ae8169f1df85 (patch)
treeaf64fc102c07cfbff5f8a6d0e0597aff7fedb51e /libempathy/empathy-call-factory.c
parent6b7a7b32680892b3e5cc45e8ef012fc323d06a4c (diff)
downloadgsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar.gz
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar.bz2
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar.lz
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar.xz
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.tar.zst
gsoc2013-empathy-f20aa2a8401a472c6d9d2ffa0979ae8169f1df85.zip
remove empathy_call_factory_new_call
It's not used any more.
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)