telepathy-mission-control: _mcd_dispatcher_get_client_registry: remove, unused
Simon McVittie
smcv at kemper.freedesktop.org
Thu May 10 08:15:15 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: b58ba958bdeb7d872ed51eaf74288755b784b8cd
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=b58ba958bdeb7d872ed51eaf74288755b784b8cd
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue May 8 14:20:21 2012 +0100
_mcd_dispatcher_get_client_registry: remove, unused
---
src/mcd-dispatcher-priv.h | 3 ---
src/mcd-dispatcher.c | 7 -------
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/mcd-dispatcher-priv.h b/src/mcd-dispatcher-priv.h
index 9e65f7f..89f02aa 100644
--- a/src/mcd-dispatcher-priv.h
+++ b/src/mcd-dispatcher-priv.h
@@ -62,9 +62,6 @@ G_GNUC_INTERNAL void _mcd_dispatcher_add_connection (McdDispatcher *self,
G_GNUC_INTERNAL GPtrArray *_mcd_dispatcher_dup_client_caps (
McdDispatcher *self);
-G_GNUC_INTERNAL McdClientRegistry *_mcd_dispatcher_get_client_registry (
- McdDispatcher *self);
-
G_END_DECLS
#endif /* MCD_DISPATCHER_H */
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 6cc391d..01cd5ed 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -2132,13 +2132,6 @@ _mcd_dispatcher_add_connection (McdDispatcher *self,
* for it */
}
-McdClientRegistry *
-_mcd_dispatcher_get_client_registry (McdDispatcher *self)
-{
- g_return_val_if_fail (MCD_IS_DISPATCHER (self), NULL);
- return self->priv->clients;
-}
-
/* org.freedesktop.Telepathy.ChannelDispatcher.Messages */
typedef struct
{
More information about the telepathy-commits
mailing list