mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
LibGUI: Remove unused m_layout_dirty
This commit is contained in:
parent
385ba187bd
commit
534d27693c
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ private:
|
||||||
bool m_visible { true };
|
bool m_visible { true };
|
||||||
bool m_greedy_for_hits { false };
|
bool m_greedy_for_hits { false };
|
||||||
bool m_enabled { true };
|
bool m_enabled { true };
|
||||||
bool m_layout_dirty { false };
|
|
||||||
bool m_updates_enabled { true };
|
bool m_updates_enabled { true };
|
||||||
|
|
||||||
NonnullRefPtr<PaletteImpl> m_palette;
|
NonnullRefPtr<PaletteImpl> m_palette;
|
||||||
|
|
Loading…
Add table
Reference in a new issue