diff options
author | Cedric Bail <cedric@osg.samsung.com> | 2017-08-11 14:54:49 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-08-24 10:32:36 -0700 |
commit | 8f9ef840fc02ffa488a80f0205a2287e9e794d5c (patch) | |
tree | 310011563555e03f5a81622d68c36aae6b0a28ec | |
parent | 1ef71fcf2f7c5a561bfd2320040b4192e7c2474e (diff) | |
download | efl-8f9ef840fc02ffa488a80f0205a2287e9e794d5c.tar.gz |
evas: no more use of ENDT outside of evas_render.
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index c0cdd12ac8..5d40c32b5a 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h @@ -48,7 +48,6 @@ /* save typing */ #define ENFN obj->layer->evas->engine.func -#define ENDT _evas_default_output_get(obj->layer->evas) #define ENC _evas_engine_context(obj->layer->evas) #include "canvas/evas_text.eo.h" |