diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-03-05 17:00:37 -0500 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-03-06 13:02:45 -0800 |
commit | 7fe2e7fff3d562782821b14677dab7e14e64bd0b (patch) | |
tree | 41556fff05e1691f2ad604a287d6a1443fae91bc /src/lib/efl/Efl.h | |
parent | 21b0467e6ff6f8d043cc4b3cf0e8758a162f51f6 (diff) |
efl/interfaces: 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/D8123
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index a398c1109d..5a2904f8f3 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -227,11 +227,6 @@ EAPI Eina_Future *efl_ui_view_factory_create_with_event(Efl_Ui_Factory *factory, | |||
227 | #include "interfaces/efl_gfx_types.eot.h" | 227 | #include "interfaces/efl_gfx_types.eot.h" |
228 | #include "interfaces/efl_ui_types.eot.h" | 228 | #include "interfaces/efl_ui_types.eot.h" |
229 | #include "interfaces/efl_input_types.eot.h" | 229 | #include "interfaces/efl_input_types.eot.h" |
230 | #include "interfaces/efl_gfx_fill.eo.legacy.h" | ||
231 | #include "interfaces/efl_gfx_entity.eo.legacy.h" | ||
232 | #include "interfaces/efl_gfx_image.eo.legacy.h" | ||
233 | #include "interfaces/efl_gfx_frame_controller.eo.legacy.h" | ||
234 | #include "interfaces/efl_input_device.eo.legacy.h" | ||
235 | #include "interfaces/efl_text_types.eot.h" | 230 | #include "interfaces/efl_text_types.eot.h" |
236 | #endif | 231 | #endif |
237 | 232 | ||