aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/Poller.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-07-17 12:49:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-27 08:44:04 +0200
commitd9e2822f535f3f02adaf4bb935a64184b871efd7 (patch)
tree801f8ae0b6790007daee6407e5c99e5d616e3340 /nxcompshad/src/Poller.h
parentbc66da7141f51f0594334ad641272c7de7ff3cff (diff)
downloadnx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.tar.gz
nx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.tar.bz2
nx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.zip
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.
Diffstat (limited to 'nxcompshad/src/Poller.h')
-rw-r--r--nxcompshad/src/Poller.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nxcompshad/src/Poller.h b/nxcompshad/src/Poller.h
index 6236f872f..2fde91007 100644
--- a/nxcompshad/src/Poller.h
+++ b/nxcompshad/src/Poller.h
@@ -26,14 +26,6 @@
#ifndef Poller_H
#define Poller_H
-#if defined(__CYGWIN32__) || defined(WIN32)
-
-#include "Win.h"
-
-#else
-
#include "X11.h"
-#endif
-
#endif /* Poller_H */