efl_ui_flip: remove no-op legacy from eo file
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 7 Mar 2019 22:50:56 +0000 (23:50 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:29 +0000 (14:46 +0900)
Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #eolian

Differential Revision: https://phab.enlightenment.org/D8246

src/lib/elementary/efl_ui_flip.eo

index 28e42e4..e98a982 100644 (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.]]
          }