DS: Remove redundant code

svn-id: r54556
This commit is contained in:
Max Horn 2010-11-28 22:25:00 +00:00
parent 626e9413fd
commit 4d09420ba4

View File

@ -39,9 +39,6 @@ public:
virtual AbstractFSNode *makeCurrentDirectoryFileNode() const;
virtual AbstractFSNode *makeFileNodePath(const Common::String &path) const;
protected:
DSFilesystemFactory() {};
private:
friend class Common::Singleton<SingletonBaseType>;
};