rmove comment

This commit is contained in:
Will McGugan
2022-10-01 16:29:02 +01:00
parent 658ed39dbe
commit 9d179c8175

View File

@@ -490,7 +490,6 @@ class Compositor:
y: layer.append for y, layer in layers_visible.items()
}
intersection = Region.intersection
# for widget, cropped_region, region, *_ in self:
for widget, (region, _, clip, _, _, _) in self.layers:
cropped_region = intersection(region, clip)
_x, region_y, _width, height = cropped_region