elm_access.c: Removed dead code.

ho cannot be null.
This fixes coverity CID 1046506.
This commit is contained in:
Daniel Juyung Seo 2013-10-08 19:57:40 +09:00
parent e42eedf44c
commit 422728a8d2
1 changed files with 1 additions and 2 deletions

View File

@ -665,8 +665,7 @@ _elm_access_highlight_cycle(Evas_Object *obj, Elm_Focus_Direction dir)
action_by = type;
if (!ho) elm_widget_focus_cycle(obj, dir);
else if (!_access_action_callback_call(ho, type, NULL))
if (!_access_action_callback_call(ho, type, NULL))
{
Elm_Access_Info *info = _elm_access_info_get(ho);
Evas_Object *comming = NULL;