wayland: Stop emitting size-changed

It's dealt with by GdkSurface::layout now.
This commit is contained in:
Jonas Ådahl 2020-12-02 14:13:32 +01:00
parent 8a599b2582
commit 0dcd4a5bdb

View File

@ -999,9 +999,6 @@ gdk_wayland_surface_resize (GdkSurface *surface,
{
gdk_wayland_surface_update_size (surface, width, height, scale);
_gdk_surface_update_size (surface);
if (is_realized_shell_surface (GDK_WAYLAND_SURFACE (surface)))
gdk_surface_emit_size_changed (surface, width, height);
}
static void gdk_wayland_surface_show (GdkSurface *surface,