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 )
|
||||
{
|
||||
ScreenWithMenuElements::Update( fDeltaTime );
|
||||
|
||||
@@ -14,7 +14,6 @@ class ScreenMapControllers : public ScreenWithMenuElements
|
||||
public:
|
||||
ScreenMapControllers( CString sName );
|
||||
virtual void Init();
|
||||
virtual ~ScreenMapControllers();
|
||||
|
||||
virtual void Update( float fDeltaTime );
|
||||
virtual void Input( const InputEventPlus &input );
|
||||
|
||||
Reference in New Issue
Block a user