hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cbd9ab686dce58f664d0bfd26e153e9e0f6735c9

commit cbd9ab686dce58f664d0bfd26e153e9e0f6735c9
Author: Hermet Park <[email protected]>
Date:   Mon Apr 2 20:25:22 2018 +0900

    evas - remove wrong flag.
    
    obviously, this parameter is being used.
---
 src/lib/evas/common/evas_map_image_internal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/common/evas_map_image_internal.c 
b/src/lib/evas/common/evas_map_image_internal.c
index bc3a80912c..561cb3be99 100644
--- a/src/lib/evas/common/evas_map_image_internal.c
+++ b/src/lib/evas/common/evas_map_image_internal.c
@@ -134,7 +134,7 @@ static void
 FUNC_NAME_DO(RGBA_Image *src, RGBA_Image *dst,
              RGBA_Draw_Context *dc,
              const RGBA_Map_Spans *ms,
-             int smooth, int anti_alias EINA_UNUSED, int level EINA_UNUSED) // 
level unused for now - for future use
+             int smooth, int anti_alias, int level EINA_UNUSED) // level 
unused for now - for future use
 {
    Line *spans;
    DATA32 *buf = NULL, *sp;

-- 


Reply via email to