aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-factory.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-16 23:37:21 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:20:08 +0800
commit62475a9a10093fc2ef93fcb5958c3f9dd29f28a3 (patch)
tree8617fee49dcc8fcc2aecdb4b4b1355260bfc5b38 /src/empathy-call-factory.h
parent38e097caec45ba6faaf33b7077ac8795a5ff6b86 (diff)
downloadgsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar.gz
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar.bz2
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar.lz
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar.xz
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.tar.zst
gsoc2013-empathy-62475a9a10093fc2ef93fcb5958c3f9dd29f28a3.zip
Remove empathy_call_factory_new_call_with_streams
It's unused and empathy_call_new_with_streams is better.
Diffstat (limited to 'src/empathy-call-factory.h')
-rw-r--r--src/empathy-call-factory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/empathy-call-factory.h b/src/empathy-call-factory.h
index 121e93b64..0e5276278 100644
--- a/src/empathy-call-factory.h
+++ b/src/empathy-call-factory.h
@@ -61,12 +61,6 @@ EmpathyCallFactory *empathy_call_factory_initialise (void);
EmpathyCallFactory *empathy_call_factory_get (void);
-void empathy_call_factory_new_call_with_streams (EmpathyContact *contact,
- gboolean initial_audio,
- gboolean initial_video,
- gint64 timestamp,
- gpointer user_data);
-
gboolean empathy_call_factory_register (EmpathyCallFactory *self,
GError **error);