devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=97fba0166b4bea2ab9b51d5145d79b836c95a03a

commit 97fba0166b4bea2ab9b51d5145d79b836c95a03a
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 10:01:15 2015 -0400

    elementary: Remove unused function
    
    Summary: clang reports _icon_size_min_get as being an unused function,
    so remove
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/elm_photo.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/lib/elm_photo.c b/src/lib/elm_photo.c
index fc214da..e91149b 100644
--- a/src/lib/elm_photo.c
+++ b/src/lib/elm_photo.c
@@ -217,16 +217,6 @@ _mouse_up(void *data,
      eo_do(data, 
eo_event_callback_call(EVAS_CLICKABLE_INTERFACE_EVENT_CLICKED, NULL));
 }
 
-static inline int
-_icon_size_min_get(Evas_Object *icon)
-{
-   int size;
-
-   elm_image_object_size_get(icon, &size, NULL);
-
-   return (size < 32) ? 32 : size;
-}
-
 static void
 _elm_photo_internal_image_follow(Evas_Object *obj)
 {

-- 


Reply via email to