mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
LibGUI: Remove unused m_layout_dirty
This commit is contained in:
parent
385ba187bd
commit
534d27693c
Notes:
sideshowbarker
2024-07-19 09:37:30 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/534d27693c3 Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue