empathy r2155 - trunk/libempathy



Author: xclaesse
Date: Fri Jan  9 16:13:39 2009
New Revision: 2155
URL: http://svn.gnome.org/viewvc/empathy?rev=2155&view=rev

Log:
Remove the id parameter, it's no longer used

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/libempathy/empathy-tube-handler.c

Modified: trunk/libempathy/empathy-tube-handler.c
==============================================================================
--- trunk/libempathy/empathy-tube-handler.c	(original)
+++ trunk/libempathy/empathy-tube-handler.c	Fri Jan  9 16:13:39 2009
@@ -59,7 +59,6 @@
   gchar *channel;
   guint handle_type;
   guint handle;
-  guint id;
 } IdleData;
 
 static gboolean
@@ -104,7 +103,6 @@
                           const gchar *channel,
                           guint handle_type,
                           guint handle,
-                          guint id,
                           DBusGMethodInvocation *context)
 {
   EmpathyTubeHandler *thandler = EMPATHY_TUBE_HANDLER (self);
@@ -117,7 +115,6 @@
   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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]