aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/filesystemutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/kernel/filesystemutil.h')
-rw-r--r--engines/sword25/kernel/filesystemutil.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sword25/kernel/filesystemutil.h b/engines/sword25/kernel/filesystemutil.h
index 904b9d4e04..4c089e1049 100644
--- a/engines/sword25/kernel/filesystemutil.h
+++ b/engines/sword25/kernel/filesystemutil.h
@@ -83,11 +83,6 @@ public:
virtual int32 getFileSize(const Common::String &filename) = 0;
/**
* @param Filename The path to a file.
- * @return Returns the timestamp of the specified file.
- */
- virtual TimeDate getFileTime(const Common::String &filename) = 0;
- /**
- * @param Filename The path to a file.
* @return Returns true if the file exists.
*/
virtual bool fileExists(const Common::String &filename) = 0;