e comp object - fix shadow var warning (valid) for ec

This commit is contained in:
Carsten Haitzler 2016-12-28 20:01:27 +09:00
parent a1541f9a40
commit 7c27959446
1 changed files with 0 additions and 2 deletions

View File

@ -1326,8 +1326,6 @@ _e_comp_intercept_layer_set(void *data, Evas_Object *obj, int layer)
evas_object_layer_set(obj, layer);
if (layer == cw->ec->layer) //trying to put layer back
{
E_Client *ec;
if (cw->visible)
{
e_comp_shape_queue();