remove unused code

This commit is contained in:
yangxiao 2014-06-27 22:11:29 +08:00
parent f38f0b00aa
commit 58e9fcc741
1 changed files with 1 additions and 4 deletions

View File

@ -61,10 +61,7 @@ public:
/**read all animation or only the animation with given animationName? animationName == "" read all.*/
static Animation3D* getOrCreate(const std::string& filename, const std::string& animationName = "");
// /**read all animation or only the animation with given animationName? animationName == "" read all.*/
// static Animation3D* create(const std::string& filename, const std::string& animationName = "");
/**get duration*/
float getDuration() const { return _duration; }