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
class ITimer : public virtual IReferenceCounted
{
public:
//! destructor
virtual ~ITimer() {}
//! Returns current real time in milliseconds of the system.
/** This value does not start with 0 when the application starts.
For example in one implementation the value returned could be the
......@@ -105,4 +101,3 @@ public:
} // end namespace irr
#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