LibWeb: Delete unused SVGGraphicsPaintable::layout_box()

This commit is contained in:
Aliaksandr Kalenik 2025-10-10 03:32:13 +02:00 committed by Jelle Raaijmakers
parent 3675560804
commit 33a8fbd22c
Notes: github-actions[bot] 2025-10-10 07:05:13 +00:00
2 changed files with 0 additions and 7 deletions

View file

@ -24,9 +24,4 @@ SVGGraphicsPaintable::SVGGraphicsPaintable(Layout::SVGGraphicsBox const& layout_
{
}
Layout::SVGGraphicsBox const& SVGGraphicsPaintable::layout_box() const
{
return static_cast<Layout::SVGGraphicsBox const&>(layout_node());
}
}