summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-03-17 11:56:37 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-03-17 11:56:37 +0100
commiteb23ead06403e578383c5807f2a83b90c372e05d (patch)
tree5f70beb5030bee1bc0f5db48b8add18712cb91d2
parent84e561f4dddfa5896304197e0e54ba6b701d7e73 (diff)
downloadefl-eb23ead06403e578383c5807f2a83b90c372e05d.tar.gz
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).
-rw-r--r--src/lib/elementary/efl_ui_spotlight_animation_manager.eo4
1 files changed, 0 insertions, 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;