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).
This commit is contained in:
Xavi Artigas 2020-03-17 11:56:37 +01:00
parent 84e561f4dd
commit eb23ead064
1 changed files with 0 additions and 4 deletions

View File

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