jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f60c2083a463d6e134b6fb34b5d640fe36c25ad9
commit f60c2083a463d6e134b6fb34b5d640fe36c25ad9 Author: Jean-Philippe Andre <jp.an...@samsung.com> Date: Wed Aug 9 15:40:44 2017 +0900 layout: Remove unused import in EO file Ref T5363 --- src/lib/elementary/efl_ui_layout.eo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_layout.eo b/src/lib/elementary/efl_ui_layout.eo index e8880d8161..22c65fcfea 100644 --- a/src/lib/elementary/efl_ui_layout.eo +++ b/src/lib/elementary/efl_ui_layout.eo @@ -1,5 +1,3 @@ -import edje_types; - class Efl.Ui.Layout (Elm.Widget, Efl.Part, Efl.Container, Efl.File, Efl.Ui.View, Efl.Ui.Model.Connect, Efl.Ui.Model.Factory.Connect, Efl.Canvas.Layout_Calc, Efl.Canvas.Layout_Signal, @@ -14,6 +12,10 @@ class Efl.Ui.Layout (Elm.Widget, Efl.Part, Efl.Container, Efl.File, Based on the type of widget ($klass), a given $group and a $style (usually "default"), the edje group name will be formed for this object. + + Widgets that inherit from this class will call this function + automatically so it should not be called by applications, unless + you are dealing directly with a @Efl.Ui.Layout object. ]] set { [[Sets the edje group from the elementary theme that will be used --