Remove a never-used callback

This commit is contained in:
Simon McVittie 2011-08-05 13:20:31 +01:00
parent bf2a1b169f
commit e91bbcbcb4

View file

@ -403,14 +403,6 @@ free_connection_data (void *data)
dbus_free (d);
}
static void
call_timeout_callback (DBusTimeout *timeout,
void *data)
{
/* can return FALSE on OOM but we just let it fire again later */
dbus_timeout_handle (timeout);
}
BusConnections*
bus_connections_new (BusContext *context)
{