From: Guillaume Desmottes Date: Thu, 16 Apr 2009 15:49:15 +0000 (+0100) Subject: empathy-tp-tube: remove initiator and type member variables as they are not used X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=0ef4c314f56d22473b9ed3155d19d8e4dea37841 empathy-tp-tube: remove initiator and type member variables as they are not used --- diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index 9505494c..4ceb2c4a 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -64,8 +64,6 @@ free_empathy_tp_tube_accept_data (gpointer data) typedef struct { TpChannel *channel; - guint initiator; - guint type; gchar *service; /* FIXME readd support for parameters.. */ GHashTable *parameters;