mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Remove unused attribute saving and loading (#86)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user