remove duplicate surface size update for wayland clients during commit

this has already happened in e_comp_wl_surface_attach()
This commit is contained in:
Mike Blumenkrantz 2015-10-13 13:25:15 -04:00
parent 10053f5d64
commit 60a1dfaf4f
1 changed files with 0 additions and 2 deletions

View File

@ -1011,8 +1011,6 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (state->new_attach)
{
_e_comp_wl_surface_state_size_update(ec, &ec->comp_data->pending);
if (ec->changes.pos)
e_comp_object_frame_xy_unadjust(ec->frame, ec->x, ec->y, &x, &y);
else