aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CFileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CFileSystem.h')
-rw-r--r--source/Irrlicht/CFileSystem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Irrlicht/CFileSystem.h b/source/Irrlicht/CFileSystem.h
index d474010..d5e9ec5 100644
--- a/source/Irrlicht/CFileSystem.h
+++ b/source/Irrlicht/CFileSystem.h
@@ -127,9 +127,6 @@ public:
//! determines if a file exists and would be able to be opened.
virtual bool existFile(const io::path& filename) const _IRR_OVERRIDE_;
- //! Creates a new empty collection of attributes, usable for serialization and more.
- virtual IAttributes* createEmptyAttributes(video::IVideoDriver* driver) _IRR_OVERRIDE_;
-
private:
// don't expose, needs refactoring