aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-12 03:43:57 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-12 03:43:57 +0800
commit36d9c4f0d90951ea2961382f8f0b379fe94c9a33 (patch)
tree4b441ba18631ca6ffdca470a6b1d3972e9121915 /libempathy/empathy-tp-call.h
parent21cc0bdd7c16538ba49dfa0809ad643aa0cec91c (diff)
downloadgsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar.gz
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar.bz2
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar.lz
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar.xz
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.tar.zst
gsoc2013-empathy-36d9c4f0d90951ea2961382f8f0b379fe94c9a33.zip
Remove unused functions
From: Olivier CrĂȘte <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2442
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index 599bfac11..081773423 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -81,15 +81,6 @@ void empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact);
void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call,
gboolean is_sending);
-void empathy_tp_call_add_preview_video (EmpathyTpCall *call,
- guint preview_video_socket_id);
-void empathy_tp_call_remove_preview_video (EmpathyTpCall *call,
- guint preview_video_socket_id);
-void empathy_tp_call_add_output_video (EmpathyTpCall *call,
- guint output_video_socket_id);
-void empathy_tp_call_set_output_volume (EmpathyTpCall *call, guint volume);
-void empathy_tp_call_mute_output (EmpathyTpCall *call, gboolean is_muted);
-void empathy_tp_call_mute_input (EmpathyTpCall *call, gboolean is_muted);
void empathy_tp_call_start_tone (EmpathyTpCall *call, TpDTMFEvent event);
void empathy_tp_call_stop_tone (EmpathyTpCall *call);
gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call);