[Telepathy-commits] [telepathy-gabble/master] remove old FIXME/TODO

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Feb 3 03:10:51 PST 2009


---
 src/tube-dbus.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index c20c588..0a1bcb0 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1025,8 +1025,6 @@ gabble_tube_dbus_class_init (GabbleTubeDBusClass *gabble_tube_dbus_class)
   g_object_class_override_property (object_class, PROP_CHANNEL_PROPERTIES,
       "channel-properties");
 
-  /* TODO: When D-Bus tubes will be channels, this will be replaced by
-   * g_object_class_override_property*/
   param_spec = g_param_spec_uint (
       "initiator-handle",
       "Initiator handle",
@@ -1080,7 +1078,6 @@ gabble_tube_dbus_class_init (GabbleTubeDBusClass *gabble_tube_dbus_class)
       G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_DBUS_NAMES, param_spec);
 
-  /* FIXME: why do we have to manually define these properties? */
   param_spec = g_param_spec_boxed ("interfaces", "Extra D-Bus interfaces",
       "Additional Channel.Interface.* interfaces",
       G_TYPE_STRV,
-- 
1.5.6.5




More information about the telepathy-commits mailing list