mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
WindowServer: Remove unused WSWindowManager::m_windows hash table.
This commit is contained in:
parent
203f8e5320
commit
4080221547
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ private:
|
|||
Color m_highlight_window_border_color2;
|
||||
Color m_highlight_window_title_color;
|
||||
|
||||
HashTable<WSWindow*> m_windows;
|
||||
InlineLinkedList<WSWindow> m_windows_in_order;
|
||||
|
||||
struct DoubleClickInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue