broadway: Stop using surface->parent

This commit is contained in:
Matthias Clasen 2019-04-21 13:08:24 -04:00
parent 6183d58f80
commit edab50139a

View File

@ -238,7 +238,6 @@ _gdk_broadway_display_create_surface_impl (GdkDisplay *display,
g_assert (surface->surface_type == GDK_SURFACE_TOPLEVEL ||
surface->surface_type == GDK_SURFACE_TEMP);
g_assert (surface->parent == NULL);
broadway_display->toplevels = g_list_prepend (broadway_display->toplevels, impl);