stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b7c20a9ee37a3a09a66603adac34cc6a177f963d

commit b7c20a9ee37a3a09a66603adac34cc6a177f963d
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 17:19:24 2015 +0200

    examples/emotion: Remove unused callback functions from generic example
---
 src/examples/emotion/emotion_generic_example.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/examples/emotion/emotion_generic_example.c 
b/src/examples/emotion/emotion_generic_example.c
index 5bd869c..6ea7dd9 100644
--- a/src/examples/emotion/emotion_generic_example.c
+++ b/src/examples/emotion/emotion_generic_example.c
@@ -170,17 +170,6 @@ _progress_change_cb(void *data EINA_UNUSED,
    return EINA_TRUE;
 }
 
-static Eina_Bool
-_frame_resize_cb(void *data EINA_UNUSED,
-            Eo *o, const Eo_Event_Description *desc EINA_UNUSED, void 
*event_info EINA_UNUSED)
-{
-   int w, h;
-   emotion_object_size_get(o, &w, &h);
-   fprintf(stderr, "smartcb: frame_resize: %dx%d\n", w, h);
-
-   return EINA_TRUE;
-}
-
 static const Eo_Callback_Array_Item emotion_object_example_callbacks[] = {
        { EMOTION_OBJECT_EVENT_FRAME_DECODE, _frame_decode_cb },
        { EMOTION_OBJECT_EVENT_LENGTH_CHANGE, _length_change_cb },

-- 


Reply via email to