From c4767073cd8a1684f1c7850307e90f25a7c4432d Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 24 Feb 2012 00:52:29 +0000 Subject: [PATCH] yes - inow. this managed to get out in 1.1 being deprecated. lets not mark the func as deprecated tho - keep in docs. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@68370 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 82ec1ac..f65f5b2 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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. -- 2.7.4