Commit a60b414e authored by hybrid's avatar hybrid

Destructors removed.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1733 dfc29bdd-3216-0410-991c-e03cc46cb475
parent bbd1d5a4
...@@ -60,9 +60,6 @@ namespace scene ...@@ -60,9 +60,6 @@ namespace scene
{ {
public: public:
//! Destructor
virtual ~IAnimatedMesh() { }
//! Gets the frame count of the animated mesh. //! Gets the frame count of the animated mesh.
/** \return Returns the amount of frames. If the amount is 1, /** \return Returns the amount of frames. If the amount is 1,
it is a static, non animated mesh. */ it is a static, non animated mesh. */
......
...@@ -104,9 +104,6 @@ public: ...@@ -104,9 +104,6 @@ public:
Name.make_lower(); Name.make_lower();
} }
//! destructor
virtual ~ITexture() {}
//! Lock function. //! Lock function.
/** Locks the Texture and returns a pointer to access the /** Locks the Texture and returns a pointer to access the
pixels. After lock() has been called and all operations on the pixels pixels. After lock() has been called and all operations on the pixels
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment