mirror of https://github.com/axmolengine/axmol.git
remove unused code
This commit is contained in:
parent
f38f0b00aa
commit
58e9fcc741
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue