From a94d1626b51f1830ec282c26f6156616b1243314 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 28 Dec 2020 10:58:49 +0100 Subject: [PATCH] WindowServer: Remove unnecessary clang-format disabler comment --- Services/WindowServer/Compositor.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Services/WindowServer/Compositor.cpp b/Services/WindowServer/Compositor.cpp index ab072be8d1..e977e883f7 100644 --- a/Services/WindowServer/Compositor.cpp +++ b/Services/WindowServer/Compositor.cpp @@ -227,12 +227,6 @@ void Compositor::compose() }; auto prepare_transparency_rect = [&](const Gfx::IntRect& rect) { - // clang-format off - // FIXME: clang-format gets confused here. Why? - // This function may be called multiple times with the same - // rect as we walk the window stack from back to front. However, - // there should be no overlaps with flush_rects - // clang-format on #ifdef COMPOSE_DEBUG dbg() << " -> flush transparent: " << rect; #endif