Commit a70e36c8 authored by Ulrich Sibiller's avatar Ulrich Sibiller

ConnDis.c: remove obsolete MNX_TCPCONN

Fixes ArcticaProject/nx-libs#399
parent f2e48fb7
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment