evas: remove useless/buggy line most likely due to left over during merging patch.

This commit is contained in:
Cedric BAIL 2018-04-03 14:26:23 -07:00
parent 6d3a8a1e32
commit 55adae23ec
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ _efl_canvas_vg_shape_efl_gfx_path_interpolate(Eo *obj,
r = efl_gfx_path_interpolate(efl_super(obj, MY_CLASS), from, to, pos_map);
r &= efl_gfx_path_interpolate(obj, from, to, pos_map);
if (fromd->fill && tod->fill && pd->fill)
{
r &= efl_gfx_path_interpolate(pd->fill, fromd->fill, tod->fill, pos_map);