diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-03-05 11:15:40 -0500 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-03-06 19:05:48 +0100 |
commit | 5bfe2e89d247ac6491b2cfbfe5a787286859a202 (patch) | |
tree | 66762c697f3da652739e9df7268a0b9b20a04227 /src/lib/emotion/emotion_smart.c | |
parent | 598ce966d842ac96f8f44ee1fb6ece9e1276dbe9 (diff) |
evas: 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: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D8107
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 06c95bf15b..568bc40299 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include "Emotion.h" | 18 | #include "Emotion.h" |
19 | #include "emotion_private.h" | 19 | #include "emotion_private.h" |
20 | 20 | ||
21 | #include "canvas/evas_canvas.eo.h" | 21 | #include "canvas/evas_canvas_eo.h" |
22 | 22 | ||
23 | #ifdef _WIN32 | 23 | #ifdef _WIN32 |
24 | # define FMT_UCHAR "%c" | 24 | # define FMT_UCHAR "%c" |