Disable deprecated and unused irrlicht function to avoid compiler warnings

This commit is contained in:
deve 2015-08-06 13:54:40 +02:00
parent e1f61040e5
commit 5458792b79

View File

@ -61,7 +61,7 @@ namespace scene
//! Get the name of the bone
/** \deprecated Use getName instead. This method may be removed by Irrlicht 1.9 */
_IRR_DEPRECATED_ virtual const c8* getBoneName() const { return getName(); }
//~ _IRR_DEPRECATED_ virtual const c8* getBoneName() const { return getName(); }
//! Get the index of the bone
virtual u32 getBoneIndex() const = 0;