mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibWeb: Remove unuses variable in PaintableBox.cpp
This commit is contained in:
parent
23cdd78f1a
commit
df29a784ba
1 changed files with 0 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue