mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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
@ -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…
Reference in New Issue
Block a user