aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/Core.cpp
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-08-28 08:33:58 +0200
committerMihai Moldovan <ionic@ionic.de>2017-08-28 08:33:58 +0200
commit709bce6cf17d472e65afc845fff87267499d9ad7 (patch)
tree801f8ae0b6790007daee6407e5c99e5d616e3340 /nxcompshad/src/Core.cpp
parentbc66da7141f51f0594334ad641272c7de7ff3cff (diff)
parentd9e2822f535f3f02adaf4bb935a64184b871efd7 (diff)
downloadnx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.tar.gz
nx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.tar.bz2
nx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.zip
Merge branch 'sunweaver-pr/drop-nxcompshad-cygwin-support' into 3.6.x
Attributes GH PR #489: https://github.com/ArcticaProject/nx-libs/pull/489
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");
//