Edje entry: Remove useless commented code

Summary:
After the commit D2904
this commented code and comments are not required

Test Plan: NA

Reviewers: tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2938
This commit is contained in:
Subodh Kumar 2015-08-11 12:10:59 +01:00 committed by Tom Hacohen
parent 1701ba6a06
commit 46ff6f1172
1 changed files with 0 additions and 3 deletions

View File

@ -2875,9 +2875,6 @@ _edje_entry_text_markup_insert(Edje_Real_Part *rp, const char *text)
if (!en) return;
_edje_entry_imf_context_reset(rp);
// prepend markup @ cursor pos .. XXX: do we need to do this? maybe not?
// if (en->have_selection)
// _range_del(en->cursor, rp->object, en);
_text_filter_markup_prepend(en->ed, en, en->cursor, text, NULL, NULL,
EINA_TRUE, EINA_FALSE);
_anchors_get(en->cursor, rp->object, en);