diff options
Diffstat (limited to 'xkbcomp/xkbpath.c')
-rw-r--r-- | xkbcomp/xkbpath.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xkbcomp/xkbpath.c b/xkbcomp/xkbpath.c index f5b21e6b8..59f5645a5 100644 --- a/xkbcomp/xkbpath.c +++ b/xkbcomp/xkbpath.c @@ -214,9 +214,6 @@ XkbAddDirectoryToPath(const char *dir) XkbClearIncludePath(); return True; } -#ifdef __UNIXOS2__ - dir = (char *) __XOS2RedirRoot(dir); -#endif len = strlen(dir); if (len + 2 >= PATH_MAX) { /* allow for '/' and at least one character */ |