summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-misc.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 15:29:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 16:35:34 +0000
commit78977ba7a02d5df92c94cb757168177825cb4751 (patch)
treebaa1afea9802479a833a75a9f4f39a510fc553c1 /telepathy-glib/call-misc.c
parentc99370d3e1532073f526378155bb5183a4f50a3f (diff)
downloadtelepathy-glib-78977ba7a02d5df92c94cb757168177825cb4751.tar.gz
Remove support for the Mute interface, not stable yet
Diffstat (limited to 'telepathy-glib/call-misc.c')
-rw-r--r--telepathy-glib/call-misc.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/telepathy-glib/call-misc.c b/telepathy-glib/call-misc.c
index a8865b581..b4836c789 100644
--- a/telepathy-glib/call-misc.c
+++ b/telepathy-glib/call-misc.c
@@ -36,39 +36,9 @@
#include "telepathy-glib/proxy-subclass.h"
#include "_gen/tp-cli-call-content-media-description-body.h"
-#include "_gen/tp-cli-call-mute-body.h"
#include "_gen/tp-cli-call-stream-endpoint-body.h"
/**
- * tp_call_mute_init_known_interfaces:
- *
- * Ensure that the known interfaces for #TpProxy have been set up.
- * This is done automatically when necessary, but for correct
- * overriding of library interfaces by local extensions, you should
- * call this function before calling
- * tp_proxy_or_subclass_hook_on_interface_add() with first argument
- * %TP_TYPE_PROXY.
- *
- * Since: 0.UNRELEASED
- */
-void
-tp_call_mute_init_known_interfaces (void)
-{
- static gsize once = 0;
-
- if (g_once_init_enter (&once))
- {
- GType tp_type = TP_TYPE_PROXY;
-
- tp_proxy_init_known_interfaces ();
- tp_proxy_or_subclass_hook_on_interface_add (tp_type,
- tp_cli_call_mute_add_signals);
-
- g_once_init_leave (&once, 1);
- }
-}
-
-/**
* tp_call_stream_endpoint_init_known_interfaces:
*
* Ensure that the known interfaces for #TpProxy have been set up.