From b459906a7a6519c034f5882c472f0c945371dfc6 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 17 Jul 2006 17:44:07 +0000 Subject: * doc/TODO: * dbus/dbus-bus.c: * dbus-errors.c: * dbus/dbus-marshal-validate.c: Removed TODO items which were fixed or are no longer relevent --- dbus/dbus-errors.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dbus/dbus-errors.c') diff --git a/dbus/dbus-errors.c b/dbus/dbus-errors.c index d37c0688..a53041e7 100644 --- a/dbus/dbus-errors.c +++ b/dbus/dbus-errors.c @@ -194,8 +194,6 @@ dbus_error_free (DBusError *error) * message will be deduced from the name. If the error name is unknown * to D-BUS the default message will be totally useless, though. * - * @todo should be called dbus_error_set_const() - * * @param error the error. * @param name the error name (not copied!!!) * @param message the error message (not copied!!!) @@ -306,8 +304,6 @@ dbus_error_is_set (const DBusError *error) * If no memory can be allocated for the error message, * an out-of-memory error message will be set instead. * - * @todo should be called dbus_error_set() - * * @param error the error. * @param name the error name * @param format printf-style format string. -- cgit