- refactoring : remove not used mesh index from private method in obj-importer.

- refactoring : remove commented code.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
This commit is contained in:
Kim Kulling
2013-10-11 15:29:17 +02:00
parent 87a0e77032
commit 685612b9f4
4 changed files with 11 additions and 15 deletions

View File

@@ -277,7 +277,7 @@ struct Model
//! Material map
std::map<std::string, Material*> m_MaterialMap;
//! \brief Default constructor
//! \brief The default class constructor
Model() :
m_ModelName(""),
m_pCurrent(NULL),
@@ -290,7 +290,7 @@ struct Model
// empty
}
//! \brief Destructor
//! \brief The class destructor
~Model()
{
// Clear all stored object instances