'return' not needed here

SVN revision: 44058
This commit is contained in:
Vincent Torri 2009-11-30 18:22:42 +00:00
parent be097916dc
commit 13807df5a3
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ e_icon_size_get(Evas_Object *obj, int *w, int *h)
sd = evas_object_smart_data_get(obj);
if (!sd) return;
return evas_object_image_size_get(sd->obj, w, h);
evas_object_image_size_get(sd->obj, w, h);
}
EAPI int