mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb: Remove unuses variable in PaintableBox.cpp
This commit is contained in:
parent
16c535a6d2
commit
e5d89c72a6
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user