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:
parent
1a7828a9f3
commit
c4f2976d83
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue