summaryrefslogtreecommitdiff
path: root/WindowServer/WSScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WindowServer/WSScreen.cpp')
-rw-r--r--WindowServer/WSScreen.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WindowServer/WSScreen.cpp b/WindowServer/WSScreen.cpp
index c53ee7a689..5e48e16a6f 100644
--- a/WindowServer/WSScreen.cpp
+++ b/WindowServer/WSScreen.cpp
@@ -7,11 +7,6 @@
static WSScreen* s_the;
-void WSScreen::initialize()
-{
- s_the = nullptr;
-}
-
WSScreen& WSScreen::the()
{
ASSERT(s_the);