From f7ea7e666da6e484577d0341fb0331dff75c69f7 Mon Sep 17 00:00:00 2001 From: David Corrales Date: Sat, 16 Jun 2007 17:31:36 +0000 Subject: Removed the isValid operation from the FilesystemNode class in favor of the much richer combinations possible with the new operations (exists, isReadable and isWritable). The work on the Common::File class is far from complete. Only the necessary was updated. svn-id: r27473 --- common/fs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/fs.h') diff --git a/common/fs.h b/common/fs.h index 6b0a587e1b..328bebb15b 100644 --- a/common/fs.h +++ b/common/fs.h @@ -193,11 +193,6 @@ public: */ virtual bool isReadable() const; - /** - * Indicates whether this path is valid or not for usage. - */ - bool isValid() const; - /** * Indicates whether this path can be written to or not. */ -- cgit v1.2.3