aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-02-28 22:09:28 +0100
committerUlrich Sibiller <uli42@gmx.de>2019-02-28 22:09:28 +0100
commita70e36c8114c0358258e8c3964b9d897884e265e (patch)
treec61d8fe977ef18d34ad9d9b50b58ea37a1355d99
parentf2e48fb73463b7047b7b9907819a14ad2052368e (diff)
downloadnx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.tar.gz
nx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.tar.bz2
nx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.zip
ConnDis.c: remove obsolete MNX_TCPCONN
Fixes ArcticaProject/nx-libs#399
-rw-r--r--nx-X11/lib/src/ConnDis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/src/ConnDis.c b/nx-X11/lib/src/ConnDis.c
index dfc0227fe..06ba9579a 100644
--- a/nx-X11/lib/src/ConnDis.c
+++ b/nx-X11/lib/src/ConnDis.c
@@ -498,7 +498,7 @@ _X11TransConnectDisplay (
#endif
-#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN) || defined(MNX_TCPCONN)
+#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN)
if (!pprotocol) {
#if defined(UNIXCONN)
if (phostname && (strcmp (phostname, "unix") == 0)) {