summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-08 14:20:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-08 16:53:17 +0100
commitb58ba958bdeb7d872ed51eaf74288755b784b8cd (patch)
treeb2343fe854d0c860424a2fd68980b67fb4f9738e
parentb5ed6bd05b4482dadae245bb6c36ffbed00aee88 (diff)
_mcd_dispatcher_get_client_registry: remove, unused
-rw-r--r--src/mcd-dispatcher-priv.h3
-rw-r--r--src/mcd-dispatcher.c7
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mcd-dispatcher-priv.h b/src/mcd-dispatcher-priv.h
index 9e65f7f8..89f02aaf 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 6cc391da..01cd5edd 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
{