diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-17 18:14:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-23 11:16:45 +0900 |
commit | c4ac58945576f632eee202cbb1a55565a75f6d9f (patch) | |
tree | a24b40838b819bfb61733a15dcddee5069b6e320 /src/lib/elementary/elc_multibuttonentry.c | |
parent | 66d241eadf6c86900f0f5c349b973b958e2ec747 (diff) | |
download | efl-c4ac58945576f632eee202cbb1a55565a75f6d9f.tar.gz |
widget: Remove all legacy event stuff in propagate
The EO API is now clean! Yay!
Ref T5363
Diffstat (limited to 'src/lib/elementary/elc_multibuttonentry.c')
-rw-r--r-- | src/lib/elementary/elc_multibuttonentry.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/elementary/elc_multibuttonentry.c b/src/lib/elementary/elc_multibuttonentry.c index 34d37ca64d..f9244f37d7 100644 --- a/src/lib/elementary/elc_multibuttonentry.c +++ b/src/lib/elementary/elc_multibuttonentry.c @@ -971,12 +971,8 @@ _item_new(Elm_Multibuttonentry_Data *sd, //FIXME: having an empty event handling function and reacting on Evas //events on specific objects is crazy, someone should fix that. EOLIAN static Eina_Bool -_elm_multibuttonentry_elm_widget_widget_event(Eo *obj EINA_UNUSED, Elm_Multibuttonentry_Data *sd EINA_UNUSED, const Efl_Event *eo_event EINA_UNUSED, Evas_Object *src, Evas_Callback_Type type, void *ev) +_elm_multibuttonentry_elm_widget_widget_event(Eo *obj EINA_UNUSED, Elm_Multibuttonentry_Data *sd EINA_UNUSED, const Efl_Event *eo_event EINA_UNUSED, Evas_Object *src EINA_UNUSED) { - (void)src; - (void)type; - (void)ev; - // ACCESS if (_elm_config->access_mode == ELM_ACCESS_MODE_ON) return EINA_FALSE; |