diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-24 10:45:55 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-26 11:42:00 +0100 |
commit | 812543ad004e251d78909324ef29b49cfe6cf3d1 (patch) | |
tree | 558bdc91c6ef6fdef42c5480ad47654196736ecf /src/lib/elementary/elm_code_widget.eo | |
parent | f00ae98a1dc1926f06f785d7e9c28996c92a326d (diff) |
elm_code: remove the implementation of efl.access.text
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
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_code_widget.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_code_widget.eo b/src/lib/elementary/elm_code_widget.eo index d464a5b178..6e395df742 100644 --- a/src/lib/elementary/elm_code_widget.eo +++ b/src/lib/elementary/elm_code_widget.eo | |||
@@ -4,7 +4,7 @@ import elm_interface_scrollable; | |||
4 | struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ | 4 | struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ |
5 | struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */ | 5 | struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */ |
6 | 6 | ||
7 | class Elm.Code_Widget extends Efl.Ui.Layout implements Efl.Access.Text | 7 | class Elm.Code_Widget extends Efl.Ui.Layout |
8 | { | 8 | { |
9 | [[Elementary code widget]] | 9 | [[Elementary code widget]] |
10 | eo_prefix: elm_obj_code_widget; | 10 | eo_prefix: elm_obj_code_widget; |