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
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:44 +0800
commit2507d4632deeadc3f52500549d40634ba6e113f6 (patch)
tree658d55ae7bde17b8a3ac9151e368025893a8902f /src/empathy-call-factory.h
parentc777e8e659a70fc418fdd99caa7f4771dad93163 (diff)
downloadgsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar.gz
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar.bz2
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar.lz
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar.xz
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.tar.zst
gsoc2013-empathy-2507d4632deeadc3f52500549d40634ba6e113f6.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 d4cb04e49..d739b4802 100644
--- a/src/empathy-call-factory.h
+++ b/src/empathy-call-factory.h
@@ -72,11 +72,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__*/