From: Daniel Juyung Seo Date: Tue, 8 Oct 2013 10:57:40 +0000 (+0900) Subject: elm_access.c: Removed dead code. X-Git-Tag: submit/devel/efl/20131029.104556~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ffa55699ba519eb5032f5962c9d99fe96dc19e6;p=platform%2Fupstream%2Felementary.git elm_access.c: Removed dead code. ho cannot be null. This fixes coverity CID 1046506. --- diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c index 578ad5c..b3cf2a7 100644 --- a/src/lib/elm_access.c +++ b/src/lib/elm_access.c @@ -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;