bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=812543ad004e251d78909324ef29b49cfe6cf3d1

commit 812543ad004e251d78909324ef29b49cfe6cf3d1
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Jan 24 10:45:55 2019 +0100

    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 <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D7751
---
 src/lib/elementary/elm_code_widget.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

-- 


Reply via email to