summaryrefslogtreecommitdiffstats
path: root/src/util/clientGUIUtils.h
diff options
context:
space:
mode:
authorJohann Latocha2011-03-02 02:08:42 +0100
committerJohann Latocha2011-03-02 02:08:42 +0100
commit3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796 (patch)
tree99fdd6aa4c0073e747902486e703e1d738da8369 /src/util/clientGUIUtils.h
parentfix cmake paths (diff)
downloadpvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.tar.gz
pvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.tar.xz
pvs-3b7320ef4e2bd9f24b6dce72a8e8bf94c3695796.zip
Win32 clean out
Diffstat (limited to 'src/util/clientGUIUtils.h')
-rwxr-xr-xsrc/util/clientGUIUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/clientGUIUtils.h b/src/util/clientGUIUtils.h
index 7f7ea47..e797ea0 100755
--- a/src/util/clientGUIUtils.h
+++ b/src/util/clientGUIUtils.h
@@ -25,7 +25,6 @@ private:
BlankScreen_Sysdep* _sysdep;
};
-#ifndef __WIN32__
# include <X11/Xlib.h>
class X11Info
@@ -33,6 +32,5 @@ class X11Info
public:
static Display* display();
};
-#endif /* !__WIN32__ */
#endif