1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

LibWeb: Remove unused SVGSVGElement::m_bitmap

This commit is contained in:
Andreas Kling 2021-09-15 19:03:04 +02:00
parent 1a7828a9f3
commit c4f2976d83

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;
};