Revert "evas/textblock - null check."

I'm sorry, but those kind of commit messages are unacceptable for code
I'm the only maintainer of. It's bad enough that to have them in the
project in general, but this I won't accept.

I wanted to review this commit, but the lack of explanation about what
you are trying to fix and why you think this is the good fix prevents me
from doing my job. However, without really looking too much into it,
this commit looks wrong. evas_textblock_cursor_format_is_visible_get
should verify there's a format node...

Please come up with a better commit message and re-commit.

This reverts commit fe33aa7408.
This commit is contained in:
Tom Hacohen 2013-10-03 18:45:07 +01:00
parent fe33aa7408
commit 82f5f78dac
1 changed files with 0 additions and 1 deletions

View File

@ -8887,7 +8887,6 @@ evas_textblock_cursor_content_get(const Evas_Textblock_Cursor *cur)
char *ret;
fnode = _evas_textblock_node_visible_at_pos_get(
evas_textblock_cursor_format_get(cur));
if (!fnode) return NULL;
buf = eina_strbuf_new();
_markup_get_format_append(buf, fnode);