xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eb23ead06403e578383c5807f2a83b90c372e05d
commit eb23ead06403e578383c5807f2a83b90c372e05d Author: Xavi Artigas <[email protected]> Date: Tue Mar 17 11:56:37 2020 +0100 Spotlight: Remove jump_setup from ctors list This feature has not been used yet and it is making mono_gen abort, breaking build (probably because this property has setter but no getter). --- src/lib/elementary/efl_ui_spotlight_animation_manager.eo | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/elementary/efl_ui_spotlight_animation_manager.eo b/src/lib/elementary/efl_ui_spotlight_animation_manager.eo index da402113c6..014141b28d 100644 --- a/src/lib/elementary/efl_ui_spotlight_animation_manager.eo +++ b/src/lib/elementary/efl_ui_spotlight_animation_manager.eo @@ -59,13 +59,9 @@ class @beta Efl.Ui.Spotlight.Animation_Manager extends Efl.Ui.Spotlight.Manager Can be the same as $in.]] } set { - } } } - constructors { - .jump_setup; - } implements { Efl.Ui.Spotlight.Manager.bind; Efl.Ui.Spotlight.Manager.content_add; --
