summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-18 14:39:55 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-18 14:40:18 +0200
commit4080221547223ec06a06b03abfc86a56938fd930 (patch)
tree5209bf58957eda628555a00481a25f08bae46037
parent203f8e5320b69c8d8a63d239d0b714059f23bf71 (diff)
downloadserenity-4080221547223ec06a06b03abfc86a56938fd930.zip
WindowServer: Remove unused WSWindowManager::m_windows hash table.
-rw-r--r--Servers/WindowServer/WSWindowManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Servers/WindowServer/WSWindowManager.h b/Servers/WindowServer/WSWindowManager.h
index 4ed5fe4860..839f2292b9 100644
--- a/Servers/WindowServer/WSWindowManager.h
+++ b/Servers/WindowServer/WSWindowManager.h
@@ -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 {