From: Shinwoo Kim Date: Mon, 22 Apr 2013 05:29:48 +0000 (+0900) Subject: [access] make access object unfocusable, when screen-reader is disabled X-Git-Tag: accepted/tizen/20130927.071315^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c113176ea480e0d93b67665d87691113deaf739;p=profile%2Fmobile%2Felementary.git [access] make access object unfocusable, when screen-reader is disabled Change-Id: I2043ae864647dc7ab9260238a47fdbeeec40b3a0 Conflicts: src/lib/elm_access.c --- diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c index 3b9712f..1e0732f 100644 --- a/src/lib/elm_access.c +++ b/src/lib/elm_access.c @@ -145,17 +145,6 @@ _elm_access_smart_access(Evas_Object *obj, Eina_Bool is_access) elm_widget_can_focus_set(obj, is_access); } -static Eina_Bool -_elm_access_smart_on_focus_region(const Evas_Object *obj, - Evas_Coord *x, - Evas_Coord *y, - Evas_Coord *w, - Evas_Coord *h) -{ - evas_object_geometry_get(obj, x, y, w, h); - return EINA_TRUE; -} - static void _elm_access_smart_set_user(Elm_Widget_Smart_Class *sc) {