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());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@ public:
|
|||
|
||||
static GC::Ref<SVGGraphicsPaintable> create(Layout::SVGGraphicsBox const&);
|
||||
|
||||
Layout::SVGGraphicsBox const& layout_box() const;
|
||||
|
||||
virtual GC::Ptr<DOM::Node const> dom_node_of_svg() const override { return dom_node(); }
|
||||
virtual Optional<CSSPixelRect> get_masking_area() const override { return get_masking_area_of_svg(); }
|
||||
virtual Optional<Gfx::Bitmap::MaskKind> get_mask_type() const override { return get_mask_type_of_svg(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue