[next] telepathy-salut: SalutConnection: remove unused struct ChannelRequest

Simon McVittie smcv at kemper.freedesktop.org
Tue Apr 8 12:20:07 PDT 2014


Module: telepathy-salut
Branch: next
Commit: 47b37919cb9b4183f576a66ea502c3005da96a14
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=47b37919cb9b4183f576a66ea502c3005da96a14

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr  7 13:59:27 2014 +0100

SalutConnection: remove unused struct ChannelRequest

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139

---

 src/connection.c |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 169d11f..0f24cef 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -193,17 +193,6 @@ struct _SalutConnectionPrivate
   gchar *dnssd_name;
 };
 
-typedef struct _ChannelRequest ChannelRequest;
-
-struct _ChannelRequest
-{
-  GDBusMethodInvocation *context;
-  gchar *channel_type;
-  guint handle_type;
-  guint handle;
-  gboolean suppress_handler;
-};
-
 static void _salut_connection_disconnect (SalutConnection *self);
 
 static void



More information about the telepathy-commits mailing list