aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-tube.c')
-rw-r--r--libempathy/empathy-tp-tube.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c
index 557ae9d87..64e45962d 100644
--- a/libempathy/empathy-tp-tube.c
+++ b/libempathy/empathy-tp-tube.c
@@ -63,8 +63,6 @@ free_empathy_tp_tube_accept_data (gpointer data)
typedef struct
{
TpChannel *channel;
- /* FIXME readd support for parameters.. */
- GHashTable *parameters;
EmpTubeChannelState state;
} EmpathyTpTubePriv;
@@ -199,9 +197,6 @@ tp_tube_finalize (GObject *object)
g_object_unref (priv->channel);
}
- if (priv->parameters != NULL)
- g_hash_table_destroy (priv->parameters);
-
G_OBJECT_CLASS (empathy_tp_tube_parent_class)->finalize (object);
}