refactoring : remove dead code.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/146/head
parent
7a4edbd126
commit
9e78823efb
|
@ -107,9 +107,6 @@ private:
|
||||||
//! \brief Appends a child node to a parentnode and updates the datastructures.
|
//! \brief Appends a child node to a parentnode and updates the datastructures.
|
||||||
void appendChildToParentNode(aiNode *pParent, aiNode *pChild);
|
void appendChildToParentNode(aiNode *pParent, aiNode *pChild);
|
||||||
|
|
||||||
//! \brief TODO!
|
|
||||||
void createAnimations();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//! Data buffer
|
//! Data buffer
|
||||||
std::vector<char> m_Buffer;
|
std::vector<char> m_Buffer;
|
||||||
|
|
Loading…
Reference in New Issue