summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <juyung.seo@samsung.com>2013-11-28 15:55:38 +0900
committerDaniel Juyung Seo <juyung.seo@samsung.com>2013-11-28 17:07:44 +0900
commit2f6b6cde974807e2f53ef8832b9e3ec46da4b9b2 (patch)
tree0084bf1a82da88b30c8f818ff7127e9aa7a1b691
parentca70a1a8f394bff2e226dd01c0f6336eaaa03810 (diff)
downloadelementary-2f6b6cde974807e2f53ef8832b9e3ec46da4b9b2.tar.gz
elm_index.c: removed unused empty function.
-rw-r--r--src/lib/elm_index.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/elm_index.c b/src/lib/elm_index.c
index 705720444..f61caadb9 100644
--- a/src/lib/elm_index.c
+++ b/src/lib/elm_index.c
@@ -686,14 +686,6 @@ _sel_eval(Evas_Object *obj,
}
static void
-_on_mouse_wheel(void *data __UNUSED__,
- Evas *e __UNUSED__,
- Evas_Object *o __UNUSED__,
- void *event_info __UNUSED__)
-{
-}
-
-static void
_on_mouse_down(void *data,
Evas *e __UNUSED__,
Evas_Object *o __UNUSED__,
@@ -921,8 +913,6 @@ _elm_index_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
elm_layout_content_set(obj, "elm.swallow.event.0", o);
evas_object_event_callback_add
- (o, EVAS_CALLBACK_MOUSE_WHEEL, _on_mouse_wheel, obj);
- evas_object_event_callback_add
(o, EVAS_CALLBACK_MOUSE_DOWN, _on_mouse_down, obj);
evas_object_event_callback_add
(o, EVAS_CALLBACK_MOUSE_UP, _on_mouse_up, obj);