[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg-devel
Subject:    [PATCH:libX11 3/3] Remove unused DECnet ("DNETCONN") code from Xlib
From:       Alan Coopersmith <alan.coopersmith () oracle ! com>
Date:       2012-12-27 7:02:19
Message-ID: 1356591739-25899-3-git-send-email-alan.coopersmith () oracle ! com
[Download RAW message or body]

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>
---
 modules/im/ximcp/imTransR.c |    3 ---
 src/xlibi18n/XimTrInt.h     |    2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules/im/ximcp/imTransR.c b/modules/im/ximcp/imTransR.c
index 4f843a0..caa5309 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 7cc9f85..bceab98 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,
-- 
1.7.9.2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic