Преглед изворни кода

WindowServer: Remove unnecessary clang-format disabler comment

Andreas Kling пре 4 година
родитељ
комит
a94d1626b5
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      Services/WindowServer/Compositor.cpp

+ 0 - 6
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