aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp
diff options
context:
space:
mode:
authorDavid Corrales2007-05-31 21:42:01 +0000
committerDavid Corrales2007-05-31 21:42:01 +0000
commit6c69d531d262e14fa02b6e1adb42baaa5c74dbe6 (patch)
treef2711b1af6226c007497ee937301b65c51cf23c9 /backends/fs/psp
parent3646c968c9578c2a94d65ebd5fb06ec835f8c51d (diff)
downloadscummvm-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/psp')
-rw-r--r--backends/fs/psp/psp-fs-factory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/fs/psp/psp-fs-factory.cpp b/backends/fs/psp/psp-fs-factory.cpp
index 6fc829baf1..58b0877f8f 100644
--- a/backends/fs/psp/psp-fs-factory.cpp
+++ b/backends/fs/psp/psp-fs-factory.cpp
@@ -1,8 +1,6 @@
#include "backends/fs/psp/psp-fs-factory.h"
#include "backends/fs/psp/psp_fs.cpp"
-DECLARE_SINGLETON(PSPFilesystemFactory);
-
AbstractFilesystemNode *PSPFilesystemFactory::makeRootFileNode() const {
return new PSPFilesystemNode();
}