yes - inow. this managed to get out in 1.1 being deprecated. lets not
authorCarsten Haitzler <raster@rasterman.com>
Fri, 24 Feb 2012 00:52:29 +0000 (00:52 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 24 Feb 2012 00:52:29 +0000 (00:52 +0000)
mark the func as deprecated tho - keep in docs.

SVN revision: 68370

legacy/evas/src/lib/Evas.h

index 82ec1ac..f65f5b2 100644 (file)
@@ -8632,7 +8632,7 @@ EAPI void                         evas_textblock_node_format_remove_pair(Evas_Ob
  * @param n the format node to update according.
  * @deprecated duplicate of evas_textblock_cursor_at_format_set
  */
-EINA_DEPRECATED EAPI void                         evas_textblock_cursor_set_at_format(Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n) EINA_ARG_NONNULL(1, 2);
+EAPI void                         evas_textblock_cursor_set_at_format(Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n) EINA_ARG_NONNULL(1, 2);
 
 /**
  * Return the format node at the position pointed by cur.