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 6dc335876..2226c950d 100644 --- a/nx-X11/lib/X11/imTransR.c +++ b/nx-X11/lib/X11/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 }, }; |