aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CFileSystem.cpp
diff options
context:
space:
mode:
authorROllerozxa <temporaryemail4meh+github@gmail.com>2021-12-29 23:00:56 +0100
committerGitHub <noreply@github.com>2021-12-29 23:00:56 +0100
commit52e03a8485d3f2ad9c2aa14341a2ad5aca74ee9d (patch)
tree79c04b2041d72c7306e325e9879ce6a07bcd71b8 /source/Irrlicht/CFileSystem.cpp
parentdd09fdcb4e56fc6185ed25d39ab68fad88f31e3b (diff)
downloadirrlicht-52e03a8485d3f2ad9c2aa14341a2ad5aca74ee9d.tar.xz
Remove unused attribute saving and loading (#86)
Diffstat (limited to 'source/Irrlicht/CFileSystem.cpp')
-rw-r--r--source/Irrlicht/CFileSystem.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp
index 5a9e1f4..78603b8 100644
--- a/source/Irrlicht/CFileSystem.cpp
+++ b/source/Irrlicht/CFileSystem.cpp
@@ -12,7 +12,6 @@
#include "CFileList.h"
#include "stdio.h"
#include "os.h"
-#include "CAttributes.h"
#include "CReadFile.h"
#include "CMemoryFile.h"
#include "CLimitReadFile.h"
@@ -939,12 +938,5 @@ IFileSystem* createFileSystem()
}
-//! Creates a new empty collection of attributes, usable for serialization and more.
-IAttributes* CFileSystem::createEmptyAttributes(video::IVideoDriver* driver)
-{
- return new CAttributes(driver);
-}
-
-
} // end namespace irr
} // end namespace io