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

LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity

This commit is contained in:
Brian Gianforcaro 2020-08-16 15:19:50 -07:00 committed by Andreas Kling
parent 82b3dab1b5
commit 832b3256d3

View file

@ -176,7 +176,6 @@ private:
NonnullRefPtr<CSS::StyleProperties> m_specified_style;
CSS::Position m_position;
CSS::TextAlign m_text_align;
};
class LayoutNodeWithStyleAndBoxModelMetrics : public LayoutNodeWithStyle {