elm_code: remove the implementation of efl.access.text
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 24 Jan 2019 09:45:55 +0000 (10:45 +0100)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 01:53:56 +0000 (10:53 +0900)
its not implementing any of those functions, so better drop it

ref T5719

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7751

src/lib/elementary/elm_code_widget.eo

index d464a5b..6e395df 100644 (file)
@@ -4,7 +4,7 @@ import elm_interface_scrollable;
 struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */
 struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */
 
-class Elm.Code_Widget extends Efl.Ui.Layout implements Efl.Access.Text
+class Elm.Code_Widget extends Efl.Ui.Layout
 {
    [[Elementary code widget]]
    eo_prefix: elm_obj_code_widget;