mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 22:47:42 +00:00
WindowServer: Remove unnecessary clang-format disabler comment
This commit is contained in:
parent
bc67b04399
commit
a94d1626b5
1 changed files with 0 additions and 6 deletions
|
@ -227,12 +227,6 @@ void Compositor::compose()
|
||||||
};
|
};
|
||||||
|
|
||||||
auto prepare_transparency_rect = [&](const Gfx::IntRect& rect) {
|
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
|
#ifdef COMPOSE_DEBUG
|
||||||
dbg() << " -> flush transparent: " << rect;
|
dbg() << " -> flush transparent: " << rect;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue