mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 02:08:58 +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;
|
return;
|
||||||
|
|
||||||
bool should_clip_overflow = computed_values().overflow_x() != CSS::Overflow::Visible && computed_values().overflow_y() != CSS::Overflow::Visible;
|
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();
|
auto clip_box = absolute_padding_box_rect();
|
||||||
if (get_clip_rect().has_value()) {
|
if (get_clip_rect().has_value()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue