Commit 19275f9e authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Remove unused DECnet ("DNETCONN") code from Xlib

Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Signed-off-by: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com> Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
parent acceb2cf
...@@ -73,7 +73,7 @@ extern Bool _XimXConf( ...@@ -73,7 +73,7 @@ extern Bool _XimXConf(
char *address char *address
); );
#if defined(TCPCONN) || defined(UNIXCONN) || defined(DNETCONN) #if defined(TCPCONN) || defined(UNIXCONN)
extern Bool _XimTransConf( extern Bool _XimTransConf(
Xim im, Xim im,
......
...@@ -66,9 +66,6 @@ TransportSW _XimTransportRec[] = { ...@@ -66,9 +66,6 @@ TransportSW _XimTransportRec[] = {
#if defined(UNIXCONN) || defined(LOCALCONN) #if defined(UNIXCONN) || defined(LOCALCONN)
{ "local", _XimTransConf }, /* use X transport lib */ { "local", _XimTransConf }, /* use X transport lib */
#endif /* UNIXCONN */ #endif /* UNIXCONN */
#ifdef DNETCONN
{ "dnet", _XimTransConf }, /* use X transport lib */
#endif /* DNETCONN */
{ (char *)NULL, (Bool (*)(Xim, char *))NULL }, { (char *)NULL, (Bool (*)(Xim, char *))NULL },
}; };
......
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