Removed an obsolete comment.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 20 Nov 2001 13:25:13 +0000 (13:25 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 20 Nov 2001 13:25:13 +0000 (13:25 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@102 e2bd861d-eb25-0410-b326-f6ed22b6b98c

libspi/accessible.c

index ecb6f3b..f603527 100644 (file)
@@ -276,12 +276,7 @@ spi_accessible_new (AtkObject *o)
     g_object_ref (o);
     retval->atko = ATK_OBJECT (o);
 
-    /*
-     * TODO: add interface containers/constructors for SPI_EDITABLE_TEXT, SPI_HYPERTEXT,
-     *  SPI_IMAGE, SPI_SELECTION, SPI_TABLE, SPI_TEXT, SPI_VALUE.
-     */
-
-    /* add appropriate ATK interfaces */
+    /* aggregate appropriate SPI interfaces based on ATK interfaces */
 
     if (ATK_IS_ACTION (o))
       {