[telepathy-mission-control/master] McdConnection: remove vestigial McdTmpChannelData struct

Simon McVittie simon.mcvittie at collabora.co.uk
Fri May 15 10:19:42 PDT 2009


---
 src/mcd-connection.c |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index 59f898b..629ab54 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -129,16 +129,6 @@ struct _McdConnectionPrivate
 
 typedef struct
 {
-    gchar *object_path;
-    gchar *channel_type;
-    TpHandle handle;
-    TpHandleType handle_type;
-} McdTmpChannelData;
-
-#define MCD_TMP_CHANNEL_DATA    "tmp_channel_data"
-
-typedef struct
-{
     TpConnectionPresenceType presence;
     guint may_set_on_self : 1;
     guint can_have_message : 1;
@@ -178,16 +168,6 @@ static gboolean request_channel_new_iface (McdConnection *connection,
                                            McdChannel *channel);
 
 static void
-mcd_tmp_channel_data_free (gpointer data)
-{
-    McdTmpChannelData *tcd = data;
-
-    g_free (tcd->object_path);
-    g_free (tcd->channel_type);
-    g_slice_free (McdTmpChannelData, tcd);
-}
-
-static void
 mcd_presence_info_free (McdPresenceInfo *pi)
 {
     g_slice_free (McdPresenceInfo, pi);
-- 
1.5.6.5




More information about the telepathy-commits mailing list