From d9e2822f535f3f02adaf4bb935a64184b871efd7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 Jul 2017 12:49:47 +0200 Subject: nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a long time. This code can be reactivated any time in the future once some potential maintainer turns up and makes this work on the MS Windows / Cygwin platform. --- nxcompshad/src/X11.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nxcompshad/src/X11.cpp') 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) */ -- cgit v1.2.3