diff options
author | Filippos Karapetis | 2011-01-28 17:29:08 +0000 |
---|---|---|
committer | Filippos Karapetis | 2011-01-28 17:29:08 +0000 |
commit | 5978d8f63d5f67ece8d275f7959d99ccc92ac171 (patch) | |
tree | 98835aa8f976ce9fdf0d239b09552af4d17f8e37 /engines/sword25/kernel | |
parent | eb59444d1e4f2c986a6fe05b9d6be691ae2e28bd (diff) | |
download | scummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.tar.gz scummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.tar.bz2 scummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.zip |
SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup.
svn-id: r55597
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); |