LibWeb: Remove unused PaintableFragment member

This commit is contained in:
Andreas Kling 2024-03-18 06:45:20 +01:00
commit 9c5da0eed0
Notes: sideshowbarker 2024-07-16 20:12:13 +09:00

View file

@ -57,7 +57,6 @@ private:
Painting::BorderRadiiData m_border_radii_data;
NonnullRefPtr<Gfx::GlyphRun> m_glyph_run;
Vector<ShadowData> m_shadows;
bool m_contained_by_inline_node { false };
};
}