summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorTomas Turek <osmman@gmail.com>2013-03-24 20:14:49 +0100
committerAndras Timar <atimar@suse.com>2013-03-24 19:25:06 +0000
commitd31bf8bf5524af62b48e59179ef7c2afc5096682 (patch)
tree458a0ba1fac48df0b39b868539f56c121f41498d /tools/source
parent8b08aceb3d254909f2ee38f8c3c72162e3717717 (diff)
Clean obsolete tools/filesystem abstraction
Change-Id: I74f99c48b822644b26486a66d2f15386991154d6 Reviewed-on: https://gerrit.libreoffice.org/2968 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/fsys/unx.hxx2
-rw-r--r--tools/source/fsys/wntmsc.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index 8a3ee3b2064a..bcc86ec16238 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -26,8 +26,6 @@
#include <dirent.h>
#include <unistd.h>
-#define DRIVE_EXISTS(c) ( TRUE )
-
#define _mkdir(p) mkdir(p, 0777)
#define _rmdir rmdir
#define _chdir chdir
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() )