WindowServer: Remove unnecessary clang-format disabler comment

This commit is contained in:
Andreas Kling 2020-12-28 10:58:49 +01:00
commit a94d1626b5
Notes: sideshowbarker 2024-07-19 00:30:17 +09:00

View file

@ -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