aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-28 17:29:08 +0000
committerFilippos Karapetis2011-01-28 17:29:08 +0000
commit5978d8f63d5f67ece8d275f7959d99ccc92ac171 (patch)
tree98835aa8f976ce9fdf0d239b09552af4d17f8e37 /engines/sword25/kernel
parenteb59444d1e4f2c986a6fe05b9d6be691ae2e28bd (diff)
downloadscummvm-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.h7
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);