aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--libempathy/empathy-call-factory.c15
-rw-r--r--libempathy/empathy-call-factory.h3
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);