remove damage from show interceptor

this is a bit broken since an actual damage might not have occurred yet. moderately sure I added it for testing at one point and then never removed it
This commit is contained in:
Mike Blumenkrantz 2014-01-20 18:56:37 -05:00
parent e148451d4f
commit 4615db497c
1 changed files with 1 additions and 4 deletions

View File

@ -1228,11 +1228,8 @@ _e_comp_intercept_show_helper(E_Comp_Object *cw)
} }
if (!cw->real_hid) if (!cw->real_hid)
{
e_comp_object_damage(cw->smart_obj, 0, 0, cw->w, cw->h);
evas_object_show(cw->smart_obj); evas_object_show(cw->smart_obj);
} }
}
static void static void
_e_comp_intercept_show(void *data, Evas_Object *obj EINA_UNUSED) _e_comp_intercept_show(void *data, Evas_Object *obj EINA_UNUSED)