From 15c60238853f2896738c23b53e574b5d9cae1635 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 11 Sep 2006 17:41:21 +0000 Subject: * remove a bunch of todo items from the 1.0 list --- dbus/dbus-connection.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbus/dbus-connection.c') diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 4011c013..a9755131 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -446,8 +446,6 @@ _dbus_connection_queue_received_message_link (DBusConnection *connection, * @param connection the connection. * @param link the list node and message to queue. * - * @todo 1.0? This needs to wake up the mainloop if it is in - * a poll/select and this is a multithreaded app. */ void _dbus_connection_queue_synthesized_message_link (DBusConnection *connection, -- cgit