Commit 88110887 authored by hybrid's avatar hybrid

remove destructor which is already inherited from IReferenceCounted

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3612 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 980aeffa
...@@ -151,9 +151,6 @@ namespace scene ...@@ -151,9 +151,6 @@ namespace scene
{ {
public: public:
//! Destructor
virtual ~ISceneManager() {}
//! Get pointer to an animateable mesh. Loads the file if not loaded already. //! Get pointer to an animateable mesh. Loads the file if not loaded already.
/** /**
* If you want to remove a loaded mesh from the cache again, use removeMesh(). * If you want to remove a loaded mesh from the cache again, use removeMesh().
......
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