From 058f3d6b798c8a293bcde674add88bf250cd5817 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Wed, 27 Dec 2017 14:49:44 +0900 Subject: [PATCH] rebase/elm_widget: Remove duplicated method of widget eo def Change-Id: I4fc068b38b682fc2db1707adbfe9afb017885862 --- src/lib/elementary/elm_widget.eo | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index eb4b6cd..8ba4b7f 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo @@ -246,14 +246,6 @@ abstract Elm.Widget (Efl.Canvas.Group, Efl.Access, } legacy: null; } - //TIZEN_ONLY(20170621) handle atspi proxy connection at runtime - atspi { - [['Virtual' function on the widget being set atspi.]] - params { - @in is_atspi: bool; - } - legacy: null; - } // //TIZEN_ONLY(20170621) handle atspi proxy connection at runtime atspi { -- 2.7.4