summaryrefslogtreecommitdiff
path: root/src/lib/emotion/efl_canvas_video.eo
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-03-05 17:00:37 -0500
committerCedric BAIL <cedric.bail@free.fr>2019-03-06 13:02:34 -0800
commit971e4dd2a60b0dea8e6fa7e23aaa902e5363443c (patch)
tree6b2efa402570d364dd5d60c721a7181f4929170a /src/lib/emotion/efl_canvas_video.eo
parentf493e0e6762b3f491151ed319ff57eae53e7454b (diff)
downloadefl-971e4dd2a60b0dea8e6fa7e23aaa902e5363443c.tar.gz
emotion: 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/D8118
Diffstat (limited to 'src/lib/emotion/efl_canvas_video.eo')
-rw-r--r--src/lib/emotion/efl_canvas_video.eo2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/emotion/efl_canvas_video.eo b/src/lib/emotion/efl_canvas_video.eo
index 38a9894631..3aa165fe74 100644
--- a/src/lib/emotion/efl_canvas_video.eo
+++ b/src/lib/emotion/efl_canvas_video.eo
@@ -12,7 +12,6 @@ class @beta Efl.Canvas.Video extends Efl.Canvas.Group implements Efl.File, Efl.P
Please don't use this function, consider using
@Efl.Player.mute instead.
]]
- legacy: emotion_object_module_option_set;
}
values {
opt: string; [[The option that is being set. Currently
@@ -39,7 +38,6 @@ class @beta Efl.Canvas.Video extends Efl.Canvas.Group implements Efl.File, Efl.P
See also @Efl.File.file.
]]
- legacy: emotion_object_init;
return: bool; [[$true if the specified module was successfully
initialized for this object, $false otherwise.]]
}