aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-factory.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-19 01:05:33 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:20:05 +0800
commit3c218b8490700d973fb049037e37c3a3e58c11f7 (patch)
treec49e335106fb90affeb845576139073360375252 /src/empathy-call-factory.h
parent3c325292c4321da02ee0bc44a047202905767cc2 (diff)
downloadgsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.gz
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.bz2
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.lz
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.xz
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.zst
gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.zip
Use the new empathy_call_create_call_request thoroughly
Diffstat (limited to 'src/empathy-call-factory.h')
-rw-r--r--src/empathy-call-factory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/empathy-call-factory.h b/src/empathy-call-factory.h
index 665d98156..121e93b64 100644
--- a/src/empathy-call-factory.h
+++ b/src/empathy-call-factory.h
@@ -70,11 +70,6 @@ void empathy_call_factory_new_call_with_streams (EmpathyContact *contact,
gboolean empathy_call_factory_register (EmpathyCallFactory *self,
GError **error);
-GHashTable * empathy_call_factory_create_call_request (
- EmpathyContact *contact,
- gboolean initial_audio,
- gboolean initial_video);
-
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_FACTORY_H__*/