edje_calc: Delete duplicated conditional statement.

Summary: this is identical to the conditional above and can be merged
to improve code clarity

Reviewers: raster, Hermet, zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10549
This commit is contained in:
Woochanlee 2019-10-29 09:37:56 -04:00 committed by Mike Blumenkrantz
parent c462140884
commit 8536c066eb
1 changed files with 1 additions and 6 deletions

View File

@ -4036,12 +4036,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags, Edje_Calc_Params *sta
ted = _edje_fetch(ep->typedata.swallow->swallowed_object);
_edje_recalc_do(ted);
}
}
if (ep->part->type == EDJE_PART_TYPE_GROUP &&
((ep->type == EDJE_RP_TYPE_SWALLOW) &&
(ep->typedata.swallow)) &&
ep->typedata.swallow->swallowed_object)
{
Edje_Size *min = NULL, *max = NULL;
if (ep->chosen_description)