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 );
-1
View File
@@ -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 );