From: raster Date: Tue, 14 Dec 2010 03:11:03 +0000 (+0000) Subject: warning-- X-Git-Tag: 2.0_alpha~240^2~1323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a47c44a5e487ae5947f545750d0a08663d0931e5;p=framework%2Fuifw%2Fevas.git warning-- git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@55543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index 20583ec..37ca592 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -4148,6 +4148,7 @@ _evas_textblock_cursor_node_format_before_or_at_pos_get(const Evas_Textblock_Cur * @param cur the position to look at. * @return the format node found. */ +#if 0 // not used anymore? static Evas_Object_Textblock_Node_Format * _evas_textblock_cursor_node_format_before_pos_get(const Evas_Textblock_Cursor *cur) { @@ -4183,6 +4184,8 @@ _evas_textblock_cursor_node_format_before_pos_get(const Evas_Textblock_Cursor *c } return pitr; } +#endif + /** * Return the object's main cursor. *