refactoring : remove dead code.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/146/head
Kim Kulling 2013-10-08 16:21:47 +02:00
parent 7a4edbd126
commit 9e78823efb
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ private:
//! \brief Appends a child node to a parentnode and updates the datastructures.
void appendChildToParentNode(aiNode *pParent, aiNode *pChild);
//! \brief TODO!
void createAnimations();
private:
//! Data buffer
std::vector<char> m_Buffer;