From a70e36c8114c0358258e8c3964b9d897884e265e Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Thu, 28 Feb 2019 22:09:28 +0100 Subject: ConnDis.c: remove obsolete MNX_TCPCONN Fixes ArcticaProject/nx-libs#399 --- nx-X11/lib/src/ConnDis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.3