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
master
hybrid 2011-06-21 21:57:00 +00:00
parent caac1b4505
commit dde320c493
1 changed files with 0 additions and 5 deletions

View File

@ -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