From 90e74b2234907a09953842e219bbf4da43e22171 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:13:39 +0000 Subject: Remove the id parameter, it's no longer used Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2155 --- libempathy/empathy-tube-handler.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libempathy/empathy-tube-handler.c') 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); -- cgit v1.2.3