diff options
author | Johannes Schickel | 2009-09-23 00:15:00 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-09-23 00:15:00 +0000 |
commit | c50940bbf4c9bde173cc3af22cf9b38a25df3514 (patch) | |
tree | 54101a22c17e39db13339cd52f4c2909b33b86c4 /common/file.h | |
parent | 75113ad5f325f7b6ab802becf845705f97dd629e (diff) | |
download | scummvm-rg350-c50940bbf4c9bde173cc3af22cf9b38a25df3514.tar.gz scummvm-rg350-c50940bbf4c9bde173cc3af22cf9b38a25df3514.tar.bz2 scummvm-rg350-c50940bbf4c9bde173cc3af22cf9b38a25df3514.zip |
Got rid of Common::File::addDefaultDirectory, instead implemented the solution proposed in "Case agnostic handling for directories (and files)" on -devel.
svn-id: r44266
Diffstat (limited to 'common/file.h')
-rw-r--r-- | common/file.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/file.h b/common/file.h index 6ac633c462..8eb03f1629 100644 --- a/common/file.h +++ b/common/file.h @@ -48,10 +48,6 @@ protected: String _name; public: - - static void addDefaultDirectory(const String &directory); - static void addDefaultDirectory(const FSNode &directory); - File(); virtual ~File(); |