evas - remove wrong flag.
authorHermet Park <hermetpark@gmail.com>
Mon, 2 Apr 2018 11:25:22 +0000 (20:25 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 12:49:14 +0000 (21:49 +0900)
obviously, this parameter is being used.

src/lib/evas/common/evas_map_image_internal.c

index bc3a809..561cb3b 100644 (file)
@@ -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;