evas - remove wrong flag.

obviously, this parameter is being used.
This commit is contained in:
Hermet Park 2018-04-02 20:25:22 +09:00
parent f21aedce22
commit cbd9ab686d
1 changed files with 1 additions and 1 deletions

View 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;