diff options
author | David Corrales | 2007-05-31 21:42:01 +0000 |
---|---|---|
committer | David Corrales | 2007-05-31 21:42:01 +0000 |
commit | 6c69d531d262e14fa02b6e1adb42baaa5c74dbe6 (patch) | |
tree | f2711b1af6226c007497ee937301b65c51cf23c9 /backends/fs/symbian | |
parent | 3646c968c9578c2a94d65ebd5fb06ec835f8c51d (diff) | |
download | scummvm-rg350-6c69d531d262e14fa02b6e1adb42baaa5c74dbe6.tar.gz scummvm-rg350-6c69d531d262e14fa02b6e1adb42baaa5c74dbe6.tar.bz2 scummvm-rg350-6c69d531d262e14fa02b6e1adb42baaa5c74dbe6.zip |
Removed the now obsolete singleton declaration macro from the FSNode factories.
svn-id: r27031
Diffstat (limited to 'backends/fs/symbian')
-rw-r--r-- | backends/fs/symbian/symbian-fs-factory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/fs/symbian/symbian-fs-factory.cpp b/backends/fs/symbian/symbian-fs-factory.cpp index 87b1f0f05d..b715d0e3ad 100644 --- a/backends/fs/symbian/symbian-fs-factory.cpp +++ b/backends/fs/symbian/symbian-fs-factory.cpp @@ -1,8 +1,6 @@ #include "backends/fs/symbian/symbian-fs-factory.h" #include "backends/fs/symbian/symbian-fs.cpp" -DECLARE_SINGLETON(SymbianFilesystemFactory); - AbstractFilesystemNode *SymbianFilesystemFactory::makeRootFileNode() const { return new SymbianFilesystemNode(true); } |