summaryrefslogtreecommitdiffstats
path: root/src/util/clientGUIUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/clientGUIUtils.cpp')
-rw-r--r--src/util/clientGUIUtils.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/clientGUIUtils.cpp b/src/util/clientGUIUtils.cpp
index a8a9487..ff002d3 100644
--- a/src/util/clientGUIUtils.cpp
+++ b/src/util/clientGUIUtils.cpp
@@ -143,13 +143,3 @@ bool BlankScreen::unlock()
return !(locked = false);
}
-static Display* _dpy = 0;
-
-Display* X11Info::display()
-{
- if(!_dpy)
- {
- _dpy = XOpenDisplay(0);
- }
- return _dpy;
-}