From d31bf8bf5524af62b48e59179ef7c2afc5096682 Mon Sep 17 00:00:00 2001 From: Tomas Turek Date: Sun, 24 Mar 2013 20:14:49 +0100 Subject: Clean obsolete tools/filesystem abstraction Change-Id: I74f99c48b822644b26486a66d2f15386991154d6 Reviewed-on: https://gerrit.libreoffice.org/2968 Reviewed-by: Thomas Arnhold Reviewed-by: Andras Timar Tested-by: Andras Timar --- tools/source/fsys/unx.hxx | 2 -- tools/source/fsys/wntmsc.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'tools') 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 #include -#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() ) -- cgit