summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-01-24 10:45:55 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-01-26 11:42:00 +0100
commit812543ad004e251d78909324ef29b49cfe6cf3d1 (patch)
tree558bdc91c6ef6fdef42c5480ad47654196736ecf
parentf00ae98a1dc1926f06f785d7e9c28996c92a326d (diff)
downloadefl-812543ad004e251d78909324ef29b49cfe6cf3d1.tar.gz
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
-rw-r--r--src/lib/elementary/elm_code_widget.eo2
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;
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;