diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-08-05 13:20:31 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-19 13:50:37 +0100 |
commit | e91bbcbcb4e9b86415bf09c1e212c9d635873910 (patch) | |
tree | 8358b3de9e50bf4cee6c35a67375cba42926b83f /bus/connection.c | |
parent | bf2a1b169fd3964d6a2a4b8c53658a0c05a5966b (diff) | |
download | dbus-e91bbcbcb4e9b86415bf09c1e212c9d635873910.tar.gz |
Remove a never-used callback
Diffstat (limited to 'bus/connection.c')
-rw-r--r-- | bus/connection.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bus/connection.c b/bus/connection.c index 81f595d2..166d5a74 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -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) { |