SVN revision: 56101
This commit is contained in:
Mike Blumenkrantz 2011-01-14 06:36:36 +00:00
parent 4f5e4e0765
commit fe45654e16
1 changed files with 0 additions and 2 deletions

View File

@ -4519,9 +4519,7 @@ evas_textblock_cursor_format_next(Evas_Textblock_Cursor *cur)
{
if (cur->node->format_node)
{
cur->node = cur->node;
cur->pos = _evas_textblock_node_format_pos_get(node);
return EINA_TRUE;
}
}