wayland: Small code style fix-up

This commit is contained in:
Jasper St. Pierre 2014-04-11 23:30:24 -07:00
parent 1a4c16659f
commit 277879c11b

View File

@ -375,9 +375,7 @@ commit_double_buffered_state (MetaWaylandSurface *surface,
return; return;
} }
g_list_foreach (surface->subsurfaces, g_list_foreach (surface->subsurfaces, parent_surface_committed, NULL);
parent_surface_committed,
NULL);
if (pending->buffer) if (pending->buffer)
{ {