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 <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8137
This commit is contained in:
Mike Blumenkrantz 2019-03-05 17:00:37 -05:00 committed by Cedric BAIL
parent e6cab273ee
commit 94eda41031
1 changed files with 0 additions and 2 deletions

View File

@ -5,10 +5,8 @@ mixin @beta Efl.Ui.Dnd_Container {
@property drag_delay_time { @property drag_delay_time {
[[The time since mouse down happens to drag starts.]] [[The time since mouse down happens to drag starts.]]
set { set {
legacy: null;
} }
get { get {
legacy: null;
} }
values { values {
time: double; [[The drag delay time]] time: double; [[The drag delay time]]