From dde320c49311c9579a83f7612450ee56a2b36fc7 Mon Sep 17 00:00:00 2001 From: hybrid Date: Tue, 21 Jun 2011 21:57:00 +0000 Subject: [PATCH] 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 --- include/ITimer.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/ITimer.h b/include/ITimer.h index aa32895f..b2d78d0f 100644 --- a/include/ITimer.h +++ b/include/ITimer.h @@ -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 -