"include/svn:/svn.code.sf.net/p/irrlicht/code/trunk@2157" did not exist on "cf7246f704b0c55874531749ee0172783bc14b8a"
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
{
public:
//! Destructor
virtual ~IAnimatedMesh() { }
//! Gets the frame count of the animated mesh.
/** \return Returns the amount of frames. If the amount is 1,
it is a static, non animated mesh. */
......
......@@ -104,9 +104,6 @@ public:
Name.make_lower();
}
//! destructor
virtual ~ITexture() {}
//! Lock function.
/** Locks the Texture and returns a pointer to access the
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