diff options
Diffstat (limited to 'engines/sword25/kernel')
-rw-r--r-- | engines/sword25/kernel/filesystemutil.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sword25/kernel/filesystemutil.h b/engines/sword25/kernel/filesystemutil.h index 38a3fdaa12..b75454c1c8 100644 --- a/engines/sword25/kernel/filesystemutil.h +++ b/engines/sword25/kernel/filesystemutil.h @@ -77,13 +77,6 @@ public: /** * @param Filename The path to a file. - * @return Returns the size of the specified file. If the size could not be - * determined, or the file does not exist, returns -1 - */ - static int32 getFileSize(const Common::String &filename); - - /** - * @param Filename The path to a file. * @return Returns true if the file exists. */ static bool fileExists(const Common::String &filename); |