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:
parent
82b3dab1b5
commit
832b3256d3
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ private:
|
|||
|
||||
NonnullRefPtr<CSS::StyleProperties> m_specified_style;
|
||||
CSS::Position m_position;
|
||||
CSS::TextAlign m_text_align;
|
||||
};
|
||||
|
||||
class LayoutNodeWithStyleAndBoxModelMetrics : public LayoutNodeWithStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue