aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/file.h b/common/file.h
index d113e7f531..939cd3cdc5 100644
--- a/common/file.h
+++ b/common/file.h
@@ -27,7 +27,6 @@
#include "common/scummsys.h"
#include "common/str.h"
#include "common/stream.h"
-#include "common/assocarray.h"
namespace Common {
@@ -45,11 +44,6 @@ protected:
/** The name of this file, for debugging. */
String _name;
- typedef AssocArray<String, String> FilesMap;
-
- static StringList _defaultDirectories;
- static FilesMap _filesMap;
-
public:
enum AccessMode {
kFileReadMode = 1,