'return' not needed here
authorVincent Torri <vincent.torri@gmail.com>
Mon, 30 Nov 2009 18:22:42 +0000 (18:22 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 30 Nov 2009 18:22:42 +0000 (18:22 +0000)
SVN revision: 44058

src/bin/e_icon.c

index c54c107..e1ec5ec 100644 (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