diff --git a/code/ObjFileImporter.h b/code/ObjFileImporter.h index 9be71cbf5..788ecd31b 100644 --- a/code/ObjFileImporter.h +++ b/code/ObjFileImporter.h @@ -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 m_Buffer;