Commit fa9a5483 authored by hybrid's avatar hybrid

Removed default destructor.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1593 dfc29bdd-3216-0410-991c-e03cc46cb475
parent f16ed300
......@@ -51,11 +51,6 @@ CCubeSceneNode::CCubeSceneNode(f32 size, ISceneNode* parent, ISceneManager* mgr,
}
//! destructor
CCubeSceneNode::~CCubeSceneNode()
{
}
void CCubeSceneNode::setSize()
{
// we are creating the cube mesh here.
......
......@@ -22,9 +22,6 @@ namespace scene
const core::vector3df& rotation = core::vector3df(0,0,0),
const core::vector3df& scale = core::vector3df(1.0f, 1.0f, 1.0f));
//! destructor
virtual ~CCubeSceneNode();
virtual void OnRegisterSceneNode();
//! renders the node.
......
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