billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=35627a93952d020b94e9a585e5c611129888216c

commit 35627a93952d020b94e9a585e5c611129888216c
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Nov 15 22:52:12 2013 +0100

    remove useless code
---
 src/bin/termio.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 3895d61..57b7623 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -3335,11 +3335,6 @@ _smart_cb_mouse_move(void *data, Evas *e EINA_UNUSED, 
Evas_Object *obj EINA_UNUS
         cy -= sd->scroll;
         sd->top_left = EINA_FALSE;
         sd->bottom_right = EINA_FALSE;
-        if (cy < start_y || (cy == start_y && cx <= start_x)) {
-             sd->top_left = EINA_TRUE;
-        } else if (cy > end_y || (cy == end_y && cx > end_x)) {
-             sd->bottom_right = EINA_TRUE;
-        }
         sd->pty->selection.end.x = cx;
         sd->pty->selection.end.y = cy;
 

-- 


Reply via email to