From a27abebc5dfbcb30eb194e0623ce2ea02504a31d Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 21 Apr 2011 09:18:45 +0000 Subject: [PATCH] and tho the header has that func.. evas doesn't. remove it. seems this api wasnt removed from the public h before release. it can't have worked anyway so not a break. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@58785 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 3315eee..2c3d7b2 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -6030,7 +6030,6 @@ EAPI Eina_Bool evas_textblock_cursor_format_append(Evas_Textb * @see evas_textblock_cursor_format_prepend() */ EAPI Eina_Bool evas_textblock_cursor_format_prepend(Evas_Textblock_Cursor *cur, const char *format) EINA_ARG_NONNULL(1, 2); - EAPI void evas_textblock_cursor_node_delete(Evas_Textblock_Cursor *cur) EINA_ARG_NONNULL(1); /** * Delete the character at the location of the cursor. If there's a format -- 2.7.4