[telepathy-mission-control/master] McdDispatcher: parse_client_file: remove now-unused string pool argument

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Sep 22 06:08:42 PDT 2009


---
 src/mcd-dispatcher.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index cf1de64..1da1a18 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -2380,7 +2380,6 @@ finally:
 
 static void
 parse_client_file (McdClientProxy *client,
-                   TpHandleRepoIface *string_pool,
                    GKeyFile *file)
 {
     gchar **iface_names, **groups, **cap_tokens;
@@ -2496,7 +2495,7 @@ mcd_client_start_introspection (McdClientProxy *proxy,
         if (G_LIKELY (!error))
         {
             DEBUG ("File found for %s: %s", bus_name, filename);
-            parse_client_file (client, dispatcher->priv->string_pool, file);
+            parse_client_file (client, file);
             file_found = TRUE;
         }
         else
-- 
1.5.6.5




More information about the telepathy-commits mailing list