remove dtor

This commit is contained in:
Glenn Maynard
2005-12-05 17:28:31 +00:00
parent afd723cfe4
commit eda52eb988
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -87,13 +87,6 @@ void ScreenMapControllers::Init()
}
ScreenMapControllers::~ScreenMapControllers()
{
LOG->Trace( "ScreenMapControllers::~ScreenMapControllers()" );
}
void ScreenMapControllers::Update( float fDeltaTime )
{
ScreenWithMenuElements::Update( fDeltaTime );