refactoring: remove not use iosystem.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/379/merge
parent
2aba4a8d1d
commit
7dff0c6d52
|
@ -110,8 +110,6 @@ const aiImporterDesc* ObjFileImporter::GetInfo () const
|
|||
// Obj-file import implementation
|
||||
void ObjFileImporter::InternReadFile( const std::string& pFile, aiScene* pScene, IOSystem* pIOHandler)
|
||||
{
|
||||
DefaultIOSystem io;
|
||||
|
||||
// Read file into memory
|
||||
const std::string mode = "rb";
|
||||
boost::scoped_ptr<IOStream> file( pIOHandler->Open( pFile, mode));
|
||||
|
|
Loading…
Reference in New Issue