efl_ui_flip: remove no-op legacy from eo file

Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #eolian

Differential Revision: https://phab.enlightenment.org/D8246
This commit is contained in:
Mike Blumenkrantz 2019-03-07 23:50:56 +01:00 committed by Daniel Kolesa
parent ccdac56301
commit 3462d99208
1 changed files with 0 additions and 4 deletions

View File

@ -85,7 +85,6 @@ class @beta Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear
See also @.interaction.set.
]]
legacy: null;
params {
@in dir: Efl.Ui.Dir; [[The hit area to set.]]
@in hitsize: double; [[The amount of that dimension (0.0 to 1.0) to use.]]
@ -94,7 +93,6 @@ class @beta Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear
interaction_direction_hitsize_get {
[[Get the amount of the flip that is sensitive to interactive flip.]]
return: double; [[The size set for that direction.]]
legacy: null;
params {
@in dir: Efl.Ui.Dir; [[The direction to check.]]
}
@ -111,7 +109,6 @@ class @beta Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear
@.interaction_direction_hitsize_set. By default, a minimum
hit area will be created on the opposite edge of the flip.
]]
legacy: null;
params {
@in dir: Efl.Ui.Dir; [[The direction to change.]]
@in enabled: bool; [[If that direction is enabled or not.]]
@ -120,7 +117,6 @@ class @beta Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear
interaction_direction_enabled_get {
[[Get the enabled state of that flip direction.]]
return: bool; [[If that direction is enabled or not.]]
legacy: null;
params {
@in dir: Efl.Ui.Dir; [[The direction to check.]]
}