summaryrefslogtreecommitdiff
path: root/tools/source/fsys/wntmsc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/wntmsc.hxx')
-rw-r--r--tools/source/fsys/wntmsc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index bf83941033ac..734a68f0f2f1 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -50,7 +50,6 @@ typedef struct
const char *p;
} DIR;
-#define PATHDELIMITER ";"
#define DEFSTYLE FSYS_STYLE_NTFS
#define MKDIR( p ) mkdir( p )
#define CMP_LOWER(s) ( s.toAsciiLowerCase() )