remove shadow check from shape apply

This commit is contained in:
Mike Blumenkrantz 2014-02-11 18:40:02 -05:00
parent d9be56ad41
commit bf48616a47
1 changed files with 0 additions and 1 deletions

View File

@ -2871,7 +2871,6 @@ e_comp_object_shape_apply(Evas_Object *obj)
API_ENTRY;
if (!cw->ec) return; //NYI
_e_comp_object_shadow(cw);
if (!_e_comp_shaped_check(cw->ec->client.w, cw->ec->client.h, cw->ec->shape_rects, cw->ec->shape_rects_num))
{
if (!cw->ec->shaped) return;