remove dead assignment

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-02-11 15:50:07 -05:00
parent 1104b6a136
commit b21034e3e6
1 changed files with 0 additions and 1 deletions

View File

@ -582,7 +582,6 @@ _link_find(Evas_Object *obj, int cx, int cy, int *x1r, int *y1r, int *x2r, int *
coord_back(&x1, &y1, w, h);
free(s);
plen = len;
s = _selection_get(obj, x1, (y1 - sc), x2, (y2 - sc), &len);
if (!s) break;