aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/file.h b/common/file.h
index d966d95f2d..25c51a0afe 100644
--- a/common/file.h
+++ b/common/file.h
@@ -85,9 +85,6 @@ public:
virtual void close();
- virtual bool removeFile(const String &filename);
- virtual bool removeFile(const FilesystemNode &node);
-
/**
* Checks if the object opened a file successfully.
*