Refactor: Remove unused member variable

This commit is contained in:
Richard
2015-05-17 19:42:07 -06:00
parent 93579ca734
commit bf4a73e42e

View File

@@ -164,9 +164,6 @@ private:
//! Per mesh info
std::vector<MeshInfo> meshes;
//! Next output mesh
aiMesh* mesh;
//! Output meshes
std::vector<aiMesh*> output;