aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/filesystemutil.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-09-25 19:48:12 +0000
committerEugene Sandulenko2010-10-13 00:01:40 +0000
commitf85139bbfa3b4e7032c22466c1f4b76e67c36175 (patch)
tree9656ab346b2b373ea96dd40ebda6d18525e7672d /engines/sword25/kernel/filesystemutil.h
parent2143afde6cfd3ee3f068861589fd45212ef755de (diff)
downloadscummvm-rg350-f85139bbfa3b4e7032c22466c1f4b76e67c36175.tar.gz
scummvm-rg350-f85139bbfa3b4e7032c22466c1f4b76e67c36175.tar.bz2
scummvm-rg350-f85139bbfa3b4e7032c22466c1f4b76e67c36175.zip
SWORD25: Remove redundant code
svn-id: r53378
Diffstat (limited to 'engines/sword25/kernel/filesystemutil.h')
-rw-r--r--engines/sword25/kernel/filesystemutil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sword25/kernel/filesystemutil.h b/engines/sword25/kernel/filesystemutil.h
index 3ff18e166d..43ce7c908e 100644
--- a/engines/sword25/kernel/filesystemutil.h
+++ b/engines/sword25/kernel/filesystemutil.h
@@ -102,12 +102,6 @@ public:
*/
virtual bool CreateDirectory(const Common::String &DirectoryName) = 0;
/**
- * Creates a list of filenames in a given directory.
- * @param Directory The directory to search
- * @return Returns a vector containing all of the found filenames
- */
- virtual Common::StringArray GetFilesInDirectory(const Common::String &Path) = 0;
- /**
* Gets the filename from a path and filename
* @param Filename The full path and filename
* @return Returns just the filename