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 ? ;) </joke>



SVN revision: 74848
This commit is contained in:
Christopher Michael 2012-08-03 13:56:01 +00:00
parent ac4eb64015
commit bba5fe4da9
1 changed files with 0 additions and 1 deletions

View File

@ -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