seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3ffa55699ba519eb5032f5962c9d99fe96dc19e6

commit 3ffa55699ba519eb5032f5962c9d99fe96dc19e6
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Tue Oct 8 19:57:40 2013 +0900

    elm_access.c: Removed dead code.
    
    ho cannot be null.
    This fixes coverity CID 1046506.
---
 src/lib/elm_access.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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;

-- 


Reply via email to