LibWeb: Remove unuses variable in PaintableBox.cpp

This commit is contained in:
Jonne Ransijn 2025-04-10 14:55:47 +02:00
parent 23cdd78f1a
commit df29a784ba

View file

@ -841,7 +841,6 @@ void PaintableWithLines::paint(PaintContext& context, PaintPhase phase) const
return;
bool should_clip_overflow = computed_values().overflow_x() != CSS::Overflow::Visible && computed_values().overflow_y() != CSS::Overflow::Visible;
Optional<u32> corner_clip_id;
auto clip_box = absolute_padding_box_rect();
if (get_clip_rect().has_value()) {