diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-07-23 17:19:24 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-07-23 17:19:24 +0200 |
commit | b7c20a9ee37a3a09a66603adac34cc6a177f963d (patch) | |
tree | 3689803dc99339afb65a122ab376756753a5d25b | |
parent | 4666d805f7c288a5d173ddb35b6377a4df9633f3 (diff) |
examples/emotion: Remove unused callback functions from generic example
-rw-r--r-- | src/examples/emotion/emotion_generic_example.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/examples/emotion/emotion_generic_example.c b/src/examples/emotion/emotion_generic_example.c index 5bd869c380..6ea7dd95da 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, | |||
170 | return EINA_TRUE; | 170 | return EINA_TRUE; |
171 | } | 171 | } |
172 | 172 | ||
173 | static Eina_Bool | ||
174 | _frame_resize_cb(void *data EINA_UNUSED, | ||
175 | Eo *o, const Eo_Event_Description *desc EINA_UNUSED, void *event_info EINA_UNUSED) | ||
176 | { | ||
177 | int w, h; | ||
178 | emotion_object_size_get(o, &w, &h); | ||
179 | fprintf(stderr, "smartcb: frame_resize: %dx%d\n", w, h); | ||
180 | |||
181 | return EINA_TRUE; | ||
182 | } | ||
183 | |||
184 | static const Eo_Callback_Array_Item emotion_object_example_callbacks[] = { | 173 | static const Eo_Callback_Array_Item emotion_object_example_callbacks[] = { |
185 | { EMOTION_OBJECT_EVENT_FRAME_DECODE, _frame_decode_cb }, | 174 | { EMOTION_OBJECT_EVENT_FRAME_DECODE, _frame_decode_cb }, |
186 | { EMOTION_OBJECT_EVENT_LENGTH_CHANGE, _length_change_cb }, | 175 | { EMOTION_OBJECT_EVENT_LENGTH_CHANGE, _length_change_cb }, |