efl shape: remove unused parameter warning.

This commit is contained in:
Hermet Park 2019-01-08 19:54:03 +09:00
parent 3008bc4784
commit 069e0f0b0a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ _efl_gfx_shape_stroke_color_get(const Eo *obj EINA_UNUSED, Efl_Gfx_Shape_Data *p
}
EOLIAN static void
_efl_gfx_shape_stroke_width_set(Eo *obj, Efl_Gfx_Shape_Data *pd, double w)
_efl_gfx_shape_stroke_width_set(Eo *obj EINA_UNUSED, Efl_Gfx_Shape_Data *pd, double w)
{
pd->public.stroke.width = w;
}