mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibWeb: Remove unused NodeWithStyle::m_position field
This commit is contained in:
parent
ee671a20cc
commit
1103eb8d44
1 changed files with 0 additions and 2 deletions
|
@ -219,8 +219,6 @@ private:
|
|||
float m_font_size { 0 };
|
||||
RefPtr<CSS::ImageStyleValue> m_background_image;
|
||||
|
||||
CSS::Position m_position;
|
||||
|
||||
bool m_has_definite_height { false };
|
||||
bool m_has_definite_width { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue