projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e2a867
)
elementary: Remove unused function
author
Chris Michael
<cp.michael@samsung.com>
Wed, 14 Oct 2015 14:01:15 +0000
(10:01 -0400)
committer
Chris Michael
<cp.michael@samsung.com>
Wed, 14 Oct 2015 14:01:15 +0000
(10:01 -0400)
Summary: clang reports _icon_size_min_get as being an unused function,
so remove
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_photo.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_photo.c
b/src/lib/elm_photo.c
index fc214da57f440857820326cbd6813f59d1b06b86..e91149b237f91463b927eede412909ddbe9ab3c7 100644
(file)
--- 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)
{