diff --git a/Userland/Libraries/LibWeb/Layout/Node.h b/Userland/Libraries/LibWeb/Layout/Node.h index 5b1eb44396..0825b7d99c 100644 --- a/Userland/Libraries/LibWeb/Layout/Node.h +++ b/Userland/Libraries/LibWeb/Layout/Node.h @@ -219,8 +219,6 @@ private: float m_font_size { 0 }; RefPtr m_background_image; - CSS::Position m_position; - bool m_has_definite_height { false }; bool m_has_definite_width { false }; };