Refactor: Remove unused variable
parent
2de6dd4973
commit
79c916daf4
|
@ -96,7 +96,6 @@ void ExportScenePlyBinary(const char* pFile, IOSystem* pIOSystem, const aiScene*
|
|||
// ------------------------------------------------------------------------------------------------
|
||||
PlyExporter::PlyExporter(const char* _filename, const aiScene* pScene, bool binary)
|
||||
: filename(_filename)
|
||||
, pScene(pScene)
|
||||
, endl("\n")
|
||||
{
|
||||
// make sure that all formatting happens using the standard, C locale and not the user's current locale
|
||||
|
|
|
@ -78,7 +78,6 @@ private:
|
|||
private:
|
||||
|
||||
const std::string filename;
|
||||
const aiScene* const pScene;
|
||||
|
||||
// obviously, this endl() doesn't flush() the stream
|
||||
const std::string endl;
|
||||
|
|
Loading…
Reference in New Issue