elm_widget: abort is probebly a bit too much

This commit is contained in:
Marcel Hollerbach 2017-09-23 21:53:26 +02:00
parent d136961e3e
commit 884bf2d06b
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ _elm_widget_focus_state_apply(Eo *obj, Elm_Widget_Smart_Data *pd EINA_UNUSED, El
configured_state->manager, configured_state->parent, configured_state->logical,
current_state.manager, current_state.parent, current_state.logical
);
abort();
return EINA_FALSE;
}