aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
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.h
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.h')
-rw-r--r--libempathy/empathy-call-factory.h3
1 files changed, 0 insertions, 3 deletions
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);