aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/X11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompshad/src/X11.cpp')
-rw-r--r--nxcompshad/src/X11.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/nxcompshad/src/X11.cpp b/nxcompshad/src/X11.cpp
index 3643df731..3031bde37 100644
--- a/nxcompshad/src/X11.cpp
+++ b/nxcompshad/src/X11.cpp
@@ -27,8 +27,6 @@
#include "config.h"
#endif
-#if !defined(__CYGWIN32__) && !defined(WIN32)
-
#define PANIC
#define WARNING
#undef TEST
@@ -1594,5 +1592,3 @@ int anyEventPredicate(Display *display, XEvent *event, XPointer parameter)
{
return 1;
}
-
-#endif /* !defined(__CYGWIN32__) && !defined(WIN32) */