aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tube-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tube-handler.c')
-rw-r--r--libempathy/empathy-tube-handler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tube-handler.c b/libempathy/empathy-tube-handler.c
index b2d4c085e..cdd868efe 100644
--- a/libempathy/empathy-tube-handler.c
+++ b/libempathy/empathy-tube-handler.c
@@ -59,7 +59,6 @@ typedef struct
gchar *channel;
guint handle_type;
guint handle;
- guint id;
} IdleData;
static gboolean
@@ -104,7 +103,6 @@ tube_handler_handle_tube (EmpSvcTubeHandler *self,
const gchar *channel,
guint handle_type,
guint handle,
- guint id,
DBusGMethodInvocation *context)
{
EmpathyTubeHandler *thandler = EMPATHY_TUBE_HANDLER (self);
@@ -117,7 +115,6 @@ tube_handler_handle_tube (EmpSvcTubeHandler *self,
data->channel = g_strdup (channel);
data->handle_type = handle_type;
data->handle = handle;
- data->id = id;
g_idle_add_full (G_PRIORITY_HIGH, tube_handler_handle_tube_idle_cb,
data, NULL);