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
This commit is contained in:
Marcel Hollerbach 2019-01-24 10:45:55 +01:00
parent f00ae98a1d
commit 812543ad00
1 changed files with 1 additions and 1 deletions

View 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;