LibWeb: Remove redundant SVG presentation attribute handling

This commit is contained in:
Tim Ledbetter 2025-10-11 11:36:35 +01:00 committed by Sam Atkins
parent 884b7fcbf5
commit dab994c4f3
Notes: github-actions[bot] 2025-10-20 11:39:33 +00:00
8 changed files with 0 additions and 117 deletions

View file

@ -16,10 +16,6 @@ class SVGViewElement final : public SVGGraphicsElement
WEB_PLATFORM_OBJECT(SVGViewElement, SVGGraphicsElement);
GC_DECLARE_ALLOCATOR(SVGViewElement);
public:
virtual bool is_presentational_hint(FlyString const&) const override;
virtual void apply_presentational_hints(GC::Ref<CSS::CascadedProperties>) const override;
private:
SVGViewElement(DOM::Document&, DOM::QualifiedName);