浏览代码

refactoring : remove dead code.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 12 年之前
父节点
当前提交
9e78823efb
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      code/ObjFileImporter.h

+ 0 - 3
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<char> m_Buffer;