]> git.0d.be Git - empathy.git/commitdiff
tp-tube: remove priv->parameters
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 17 Apr 2009 10:52:12 +0000 (11:52 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 17 Apr 2009 10:52:12 +0000 (11:52 +0100)
libempathy/empathy-tp-tube.c

index 557ae9d878e6055c49c24f8ed0f2c0e0cf436645..64e45962d1eb50810d1e821b9a248c916084e179 100644 (file)
@@ -63,8 +63,6 @@ free_empathy_tp_tube_accept_data (gpointer data)
 typedef struct
 {
   TpChannel *channel;
 typedef struct
 {
   TpChannel *channel;
-  /* FIXME readd support for parameters.. */
-  GHashTable *parameters;
   EmpTubeChannelState state;
 } EmpathyTpTubePriv;
 
   EmpTubeChannelState state;
 } EmpathyTpTubePriv;
 
@@ -199,9 +197,6 @@ tp_tube_finalize (GObject *object)
       g_object_unref (priv->channel);
     }
 
       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);
 }
 
   G_OBJECT_CLASS (empathy_tp_tube_parent_class)->finalize (object);
 }