1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:47:47 +00:00

WindowServer: Remove unused WSWindowManager::m_windows hash table.

This commit is contained in:
Andreas Kling 2019-06-18 14:39:55 +02:00
parent 203f8e5320
commit 4080221547

View file

@ -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 {