From bba5fe4da9a4c021192b524cafab55820859456b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 3 Aug 2012 13:56:01 +0000 Subject: [PATCH] Edje: Remove erroneous return. Really ? A return at the end of a function ?? Would the function actually return without this or would it just sit inside this function forever ? ;) SVN revision: 74848 --- legacy/edje/src/lib/edje_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/edje/src/lib/edje_util.c b/legacy/edje/src/lib/edje_util.c index 3387b790ff..989ba79060 100644 --- a/legacy/edje/src/lib/edje_util.c +++ b/legacy/edje/src/lib/edje_util.c @@ -1663,7 +1663,6 @@ edje_object_part_text_cursor_geometry_get(const Evas_Object *obj, const char *pa if (x) *x -= rp->edje->x; if (y) *y -= rp->edje->y; } - return; } EAPI void