Commit dde320c4 authored by hybrid's avatar hybrid

Remove destructor, it's already called by default this way.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3862 dfc29bdd-3216-0410-991c-e03cc46cb475
parent caac1b45
...@@ -14,10 +14,6 @@ namespace irr ...@@ -14,10 +14,6 @@ namespace irr
class ITimer : public virtual IReferenceCounted class ITimer : public virtual IReferenceCounted
{ {
public: public:
//! destructor
virtual ~ITimer() {}
//! Returns current real time in milliseconds of the system. //! Returns current real time in milliseconds of the system.
/** This value does not start with 0 when the application starts. /** This value does not start with 0 when the application starts.
For example in one implementation the value returned could be the For example in one implementation the value returned could be the
...@@ -105,4 +101,3 @@ public: ...@@ -105,4 +101,3 @@ public:
} // end namespace irr } // end namespace irr
#endif #endif
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