Skip to content

Commit

Permalink
WindowServer: Remove unnecessary clang-format disabler comment
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Dec 28, 2020
1 parent bc67b04 commit a94d162
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Services/WindowServer/Compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a94d162

Please sign in to comment.