From 94eda410316a77856702a23ef9d0e62e0f147dde Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Mar 2019 17:00:37 -0500 Subject: [PATCH] efl_ui_dnd_container: remove all legacy usage from eo files this takes the current generated output from eolian for legacy code in evas and adds it to the tree, then removes legacy references from the corresponding eo files. in the case where the entire eo file was for a legacy object, that eo file has been removed from the tree ref T7724 Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D8137 --- src/lib/elementary/efl_ui_dnd_container.eo | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_dnd_container.eo b/src/lib/elementary/efl_ui_dnd_container.eo index 05eccfeef8..0cc1f3f945 100644 --- a/src/lib/elementary/efl_ui_dnd_container.eo +++ b/src/lib/elementary/efl_ui_dnd_container.eo @@ -5,10 +5,8 @@ mixin @beta Efl.Ui.Dnd_Container { @property drag_delay_time { [[The time since mouse down happens to drag starts.]] set { - legacy: null; } get { - legacy: null; } values { time: double; [[The drag delay time]]