diff options
Diffstat (limited to 'nx-X11/lib/X11/cmsColNm.c')
-rw-r--r-- | nx-X11/lib/X11/cmsColNm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/cmsColNm.c b/nx-X11/lib/X11/cmsColNm.c index e43a829f2..c6f1e0f31 100644 --- a/nx-X11/lib/X11/cmsColNm.c +++ b/nx-X11/lib/X11/cmsColNm.c @@ -730,9 +730,6 @@ LoadColornameDB(void) if ((pathname = getenv("XCMSDB")) == NULL) { pathname = XCMSDB; } -#ifdef __UNIXOS2__ - pathname = __XOS2RedirRoot(pathname); -#endif length = strlen(pathname); if ((length == 0) || (length >= (BUFSIZ - 5))){ |