From 788c4c8ffeb1e7911227337e7fba758922fc92ca 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 05eccfe..0cc1f3f 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]] -- 2.7.4