billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=4cad406233808f07b435fdd718f76d73246a425d

commit 4cad406233808f07b435fdd718f76d73246a425d
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Feb 11 21:42:19 2015 +0100

    remove dead assignment
---
 src/bin/termiolink.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/termiolink.c b/src/bin/termiolink.c
index 3093228..ad6542d 100644
--- a/src/bin/termiolink.c
+++ b/src/bin/termiolink.c
@@ -124,7 +124,6 @@ _termio_link_find(Evas_Object *obj, int cx, int cy,
                   /* Check if the previous char is a delimiter */
                   coord_back(&x1, &y1, w, h);
                   free(s);
-                  prev_len = len;
                   s = termio_selection_get(obj, x1, y1 - sc, x2, y2 - sc,
                                            &len);
                   if (!s) break;

-- 


Reply via email to