Skip to content

Commit

Permalink
LibGUI: Remove unused m_layout_dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent 385ba18 commit 534d276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/LibGUI/GWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ class Widget : public Core::Object {
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;
Expand Down

0 comments on commit 534d276

Please sign in to comment.