diff options
Diffstat (limited to 'nx-X11/lib/X11/imTransR.c')
-rw-r--r-- | nx-X11/lib/X11/imTransR.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 }, }; |