refactoring: remove not use iosystem.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/379/merge
Kim Kulling 2014-09-12 12:05:42 +02:00
parent 2aba4a8d1d
commit 7dff0c6d52
1 changed files with 1 additions and 3 deletions

View File

@ -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));