diff --git a/Libraries/LibWeb/Layout/LayoutNode.h b/Libraries/LibWeb/Layout/LayoutNode.h index 465376ad9e..b441c3afe2 100644 --- a/Libraries/LibWeb/Layout/LayoutNode.h +++ b/Libraries/LibWeb/Layout/LayoutNode.h @@ -176,7 +176,6 @@ private: NonnullRefPtr m_specified_style; CSS::Position m_position; - CSS::TextAlign m_text_align; }; class LayoutNodeWithStyleAndBoxModelMetrics : public LayoutNodeWithStyle {