remove dtor
This commit is contained in:
@@ -87,13 +87,6 @@ void ScreenMapControllers::Init()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ScreenMapControllers::~ScreenMapControllers()
|
|
||||||
{
|
|
||||||
LOG->Trace( "ScreenMapControllers::~ScreenMapControllers()" );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void ScreenMapControllers::Update( float fDeltaTime )
|
void ScreenMapControllers::Update( float fDeltaTime )
|
||||||
{
|
{
|
||||||
ScreenWithMenuElements::Update( fDeltaTime );
|
ScreenWithMenuElements::Update( fDeltaTime );
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ class ScreenMapControllers : public ScreenWithMenuElements
|
|||||||
public:
|
public:
|
||||||
ScreenMapControllers( CString sName );
|
ScreenMapControllers( CString sName );
|
||||||
virtual void Init();
|
virtual void Init();
|
||||||
virtual ~ScreenMapControllers();
|
|
||||||
|
|
||||||
virtual void Update( float fDeltaTime );
|
virtual void Update( float fDeltaTime );
|
||||||
virtual void Input( const InputEventPlus &input );
|
virtual void Input( const InputEventPlus &input );
|
||||||
|
|||||||
Reference in New Issue
Block a user