From a1bee22eca0c1b21bbe86b7150868726bdba22f4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 14 Dec 2023 13:58:12 +1100 Subject: [PATCH] Cleanup: duplicate assert left in by mistake --- intern/ghost/intern/GHOST_WindowWayland.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/intern/ghost/intern/GHOST_WindowWayland.cc b/intern/ghost/intern/GHOST_WindowWayland.cc index 42c3165e02f..3c9e016312f 100644 --- a/intern/ghost/intern/GHOST_WindowWayland.cc +++ b/intern/ghost/intern/GHOST_WindowWayland.cc @@ -1731,10 +1731,6 @@ GHOST_WindowWayland::GHOST_WindowWayland(GHOST_SystemWayland *system, /* The scale is considered initialized now. */ window_->frame_pending.is_scale_init = true; - /* If the output scale changes here it means the scale settings were not properly set. */ - GHOST_ASSERT(outputs_changed_update_scale() == false, - "Fractional scale was not properly initialized"); - /* Always commit and set the scale. */ bool surface_needs_commit_dummy = false, surface_needs_buffer_scale_dummy = false; gwl_window_frame_pending_fractional_scale_set_notest(