aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2010-02-09 22:37:13 +0000
committerMax Horn2010-02-09 22:37:13 +0000
commitba1d97211fc20a838571c2821bf653990d5ef3a2 (patch)
tree5ffd60d525385a51eb6e064b223118eed04a4d46 /common
parent52af1b38845a0e185a7243fab5eb18f497d08ebd (diff)
downloadscummvm-rg350-ba1d97211fc20a838571c2821bf653990d5ef3a2.tar.gz
scummvm-rg350-ba1d97211fc20a838571c2821bf653990d5ef3a2.tar.bz2
scummvm-rg350-ba1d97211fc20a838571c2821bf653990d5ef3a2.zip
Remove last traces of File::addDefaultDirectory
svn-id: r48027
Diffstat (limited to 'common')
-rw-r--r--common/file.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/file.h b/common/file.h
index 8eb03f1629..d28cd9c308 100644
--- a/common/file.h
+++ b/common/file.h
@@ -52,9 +52,8 @@ public:
virtual ~File();
/**
- * Checks if a given file exists in any of the current default paths
- * (those were/are added by addDefaultDirectory and/or
- * addDefaultDirectoryRecursive).
+ * Checks if a given file exists in any of the current default paths,
+ * as defined by SearchMan.
*
* @param filename the file to check for
* @return true if the file exists, false otherwise