mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-15 02:58:29 +02:00
Remove a never-used callback
This commit is contained in:
parent
bf2a1b169f
commit
e91bbcbcb4
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue