wayland: Remove an extra reset

We already reset the double-buffered state when we commit it, so this
is just superfluous.
This commit is contained in:
Jasper St. Pierre 2014-03-10 17:21:27 -04:00
parent 06cd669ccb
commit 84c6b2a3fa

View File

@ -1464,8 +1464,6 @@ subsurface_parent_surface_committed (MetaWaylandSurface *surface)
if (surface->sub.synchronous)
commit_double_buffered_state (surface, pending_surface_state);
double_buffered_state_reset (pending_surface_state);
}
static void