diff options
Diffstat (limited to 'engines/sword25/kernel/filesystemutil.h')
-rw-r--r-- | engines/sword25/kernel/filesystemutil.h | 5 |
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; |