[access] make access object unfocusable, when screen-reader is disabled
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 22 Apr 2013 05:29:48 +0000 (14:29 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 08:19:27 +0000 (17:19 +0900)
Change-Id: I2043ae864647dc7ab9260238a47fdbeeec40b3a0

Conflicts:

src/lib/elm_access.c

src/lib/elm_access.c

index 3b9712f..1e0732f 100644 (file)
@@ -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)
 {