tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=46ff6f11723f8f7918a620e470bfbf1cdc6a45d5

commit 46ff6f11723f8f7918a620e470bfbf1cdc6a45d5
Author: Subodh Kumar <s7158.ku...@samsung.com>
Date:   Tue Aug 11 12:10:59 2015 +0100

    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
---
 src/lib/edje/edje_entry.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c
index bcdeea9..8b4f256 100644
--- a/src/lib/edje/edje_entry.c
+++ b/src/lib/edje/edje_entry.c
@@ -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);

-- 


Reply via email to