xxx-- -> we need these as genlist/grid items hold data for these due
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 16:01:15 +0000 (16:01 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 16:01:15 +0000 (16:01 +0000)
to realize/unrealize.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_gengrid.h
src/lib/elm_genlist.h

index 606646c..3216799 100644 (file)
@@ -883,8 +883,6 @@ EAPI void elm_gengrid_item_class_ref(Elm_Gengrid_Item_Class *itc);
  */
 EAPI void elm_gengrid_item_class_unref(Elm_Gengrid_Item_Class *itc);
 
-//XXX: Need to review tooltip & cursor APIs
-
 /**
  * Set the text to be shown in a given gengrid item's tooltips.
  *
index a3eaf7f..6c8d449 100644 (file)
@@ -1039,10 +1039,6 @@ EAPI void elm_genlist_item_class_ref(Elm_Genlist_Item_Class *itc);
  */
 EAPI void elm_genlist_item_class_unref(Elm_Genlist_Item_Class *itc);
 
-
-
-//XXX: Need to review tooltip & cursor APIs
-
 /**
  * Set the text to be shown in a given genlist item's tooltips.
  *