aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/Core.cpp
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/Core.cpp
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/Core.cpp')
-rw-r--r--nxcompshad/src/Core.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/nxcompshad/src/Core.cpp b/nxcompshad/src/Core.cpp
index 2b2163ea1..f92f85c41 100644
--- a/nxcompshad/src/Core.cpp
+++ b/nxcompshad/src/Core.cpp
@@ -201,14 +201,6 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
{
logTrace("CorePoller::isChanged");
-#if defined(__CYGWIN32__) || defined(WIN32)
-
- checkDesktop();
-
-#endif
-
-#if !defined(__CYGWIN32__) && !defined(WIN32)
-
if (mirror_ == 1)
{
int result = mirrorChanges_;
@@ -218,8 +210,6 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
return result;
}
-#endif
-
logDebug("CorePoller:isChanged", "Going to use default polling algorithm.\n");
//