mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Delete unused SVGGraphicsPaintable::layout_box()
This commit is contained in:
parent
3675560804
commit
33a8fbd22c
Notes:
github-actions[bot]
2025-10-10 07:05:13 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 33a8fbd22c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6433
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 7 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue