summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-12-26 22:57:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-09 20:50:32 -0800
commit3cd974b1d4d1fa6389d3695fa9fcc0c22a51d50c (patch)
tree87fa133cfe725cfcae4536ce3040dd2c8b9a5b59
parenta6e5b36a3e6d4a7a9fb4bad905ed127e67b1957e (diff)
downloadxorg-lib-libX11-3cd974b1d4d1fa6389d3695fa9fcc0c22a51d50c.tar.gz
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: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--modules/im/ximcp/imTransR.c3
-rw-r--r--src/xlibi18n/XimTrInt.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/modules/im/ximcp/imTransR.c b/modules/im/ximcp/imTransR.c
index 4f843a03..caa53090 100644
--- a/modules/im/ximcp/imTransR.c
+++ b/modules/im/ximcp/imTransR.c
@@ -66,9 +66,6 @@ TransportSW _XimTransportRec[] = {
#if defined(UNIXCONN) || defined(LOCALCONN)
{ "local", _XimTransConf }, /* use X transport lib */
#endif /* UNIXCONN */
-#ifdef DNETCONN
- { "dnet", _XimTransConf }, /* use X transport lib */
-#endif /* DNETCONN */
{ (char *)NULL, (Bool (*)(Xim, char *))NULL },
};
diff --git a/src/xlibi18n/XimTrInt.h b/src/xlibi18n/XimTrInt.h
index 7cc9f859..bceab988 100644
--- a/src/xlibi18n/XimTrInt.h
+++ b/src/xlibi18n/XimTrInt.h
@@ -73,7 +73,7 @@ extern Bool _XimXConf(
char *address
);
-#if defined(TCPCONN) || defined(UNIXCONN) || defined(DNETCONN)
+#if defined(TCPCONN) || defined(UNIXCONN)
extern Bool _XimTransConf(
Xim im,