From acceb2cf62a9c732703717eb5b54c5d56af281d2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 26 Dec 2012 22:56:38 -0800 Subject: Remove unused TLI ("STREAMSCONN") code from Xlib Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 & later releases run on also have (and mostly prefer) BSD socket support for their networking API. Signed-off-by: Alan Coopersmith Backported-to-NX-by: Ulrich Sibiller --- nx-X11/lib/X11/imTransR.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nx-X11/lib/X11/imTransR.c') diff --git a/nx-X11/lib/X11/imTransR.c b/nx-X11/lib/X11/imTransR.c index 5f51722da..6dc335876 100644 --- a/nx-X11/lib/X11/imTransR.c +++ b/nx-X11/lib/X11/imTransR.c @@ -69,9 +69,6 @@ TransportSW _XimTransportRec[] = { #ifdef DNETCONN { "dnet", _XimTransConf }, /* use X transport lib */ #endif /* DNETCONN */ -#ifdef STREAMSCONN - { "streams", _XimTransConf }, /* use X transport lib */ -#endif /* STREAMSCONN */ { (char *)NULL, (Bool (*)(Xim, char *))NULL }, }; -- cgit v1.2.3