LibWeb: Remove unused SVGSVGElement::m_bitmap

This commit is contained in:
Andreas Kling 2021-09-15 19:03:04 +02:00
commit c4f2976d83
Notes: sideshowbarker 2024-07-18 03:55:21 +09:00

View file

@ -31,7 +31,6 @@ public:
private:
virtual void parse_attribute(FlyString const& name, String const& value) override;
RefPtr<Gfx::Bitmap> m_bitmap;
Optional<ViewBox> m_view_box;
};