From: Carsten Haitzler Date: Fri, 24 Feb 2012 00:52:29 +0000 (+0000) Subject: yes - inow. this managed to get out in 1.1 being deprecated. lets not X-Git-Tag: submit/devel/efl/20131022.203902~6407 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=354ccb36b4532e7f5a4a2abb42cc7c7c2dc324c3;p=platform%2Fupstream%2Fefl.git yes - inow. this managed to get out in 1.1 being deprecated. lets not mark the func as deprecated tho - keep in docs. SVN revision: 68370 --- diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 82ec1ac..f65f5b2 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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.