1
Fork 0
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:
Sam Atkins 2021-09-15 12:28:17 +01:00 committed by Andreas Kling
parent ee671a20cc
commit 1103eb8d44

View file

@ -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 };
};