mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Remove unused ::inserted() override from SVGUseElement
This commit is contained in:
parent
9b1ee8f3e2
commit
df3d68f849
Notes:
github-actions[bot]
2025-11-27 06:57:02 +00:00
Author: https://github.com/gmta
Commit: df3d68f849
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6939
2 changed files with 0 additions and 7 deletions
|
|
@ -105,11 +105,6 @@ Gfx::AffineTransform SVGUseElement::element_transform() const
|
|||
return Base::element_transform().translate(m_x.value_or(0), m_y.value_or(0));
|
||||
}
|
||||
|
||||
void SVGUseElement::inserted()
|
||||
{
|
||||
Base::inserted();
|
||||
}
|
||||
|
||||
void SVGUseElement::svg_element_changed(SVGElement& svg_element)
|
||||
{
|
||||
auto to_clone = referenced_element();
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ public:
|
|||
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
|
||||
virtual void inserted() override;
|
||||
|
||||
void svg_element_changed(SVGElement&);
|
||||
void svg_element_removed(SVGElement&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue