LibWeb: Remove unuses variable in PaintableBox.cpp

This commit is contained in:
Jonne Ransijn 2025-04-10 14:55:47 +02:00 committed by Andrew Kaster
parent 16c535a6d2
commit e5d89c72a6
Notes: github-actions[bot] 2025-04-23 03:21:46 +00:00

View file

@ -851,7 +851,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()) {