remove (wrong) setting of layer for time's clock gadget popup

e_gadget_util_ctxpopup_place() already handles this correctly
This commit is contained in:
Mike Blumenkrantz 2016-09-28 10:41:21 -04:00
parent 07ceb2b92e
commit ed14a32590
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ clock_popup_new(Instance *inst)
elm_object_content_set(inst->popup, inst->o_table);
e_gadget_util_ctxpopup_place(inst->o_clock, inst->popup, NULL);
evas_object_layer_set(inst->popup, E_LAYER_POPUP);
evas_object_show(inst->popup);
}