aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:42:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:59:34 +0800
commitd22972c5b30ef8b771a148e57d80a9f4d54424c8 (patch)
treec47969cf210b19c921583cb1c98ab4aa888affc0 /libempathy/empathy-tp-call.h
parent31e110e96745858e11fce4fffab2334d5e32a873 (diff)
downloadgsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar.gz
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar.bz2
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar.lz
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar.xz
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.tar.zst
gsoc2013-empathy-d22972c5b30ef8b771a148e57d80a9f4d54424c8.zip
remove empathy_tp_call_to
We don't need it any more: - The TpContact is now always set during object construction - The status is changed once the contact has been set - We don't need to request streams any more as we use Initial{Audio,Video}
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index ff51055e7..d866a2e6e 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -76,9 +76,6 @@ GType empathy_tp_call_get_type (void) G_GNUC_CONST;
EmpathyTpCall *empathy_tp_call_new (TpChannel *channel);
void empathy_tp_call_close (EmpathyTpCall *call);
-void empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact,
- gboolean audio, gboolean video);
-
void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call,
gboolean is_sending);