LibGUI: Remove unused m_layout_dirty

This commit is contained in:
joshua stein 2020-01-30 19:28:48 -06:00 committed by Andreas Kling
parent 385ba187bd
commit 534d27693c
Notes: sideshowbarker 2024-07-19 09:37:30 +09:00

View File

@ -332,7 +332,6 @@ private:
bool m_visible { true };
bool m_greedy_for_hits { false };
bool m_enabled { true };
bool m_layout_dirty { false };
bool m_updates_enabled { true };
NonnullRefPtr<PaletteImpl> m_palette;