aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/fs-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/fs-factory.h')
-rw-r--r--backends/fs/fs-factory.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/fs/fs-factory.h b/backends/fs/fs-factory.h
index bd208a7beb..f0c82a0ca4 100644
--- a/backends/fs/fs-factory.h
+++ b/backends/fs/fs-factory.h
@@ -66,13 +66,6 @@ public:
* On Windows, it will be a special node which "contains" all drives (C:, D:, E:).
*/
virtual AbstractFilesystemNode *makeRootFileNode() const = 0;
-
-
- /**
- * Meta-factory method which returns a concrete FilesystemFactory
- * instance depending on the current architecture.
- */
- static FilesystemFactory *makeFSFactory();
};
#endif /*FILESYSTEM_FACTORY_H*/