diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-02-28 22:09:28 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2019-02-28 22:09:28 +0100 |
commit | a70e36c8114c0358258e8c3964b9d897884e265e (patch) | |
tree | c61d8fe977ef18d34ad9d9b50b58ea37a1355d99 /nx-X11 | |
parent | f2e48fb73463b7047b7b9907819a14ad2052368e (diff) | |
download | nx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.tar.gz nx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.tar.bz2 nx-libs-a70e36c8114c0358258e8c3964b9d897884e265e.zip |
ConnDis.c: remove obsolete MNX_TCPCONN
Fixes ArcticaProject/nx-libs#399
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/lib/src/ConnDis.c | 2 |
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)) { |