cleanup
This commit is contained in:
@@ -36,11 +36,6 @@ void ScreenTestLights::EndScreen()
|
||||
ScreenWithMenuElements::EndScreen();
|
||||
}
|
||||
|
||||
ScreenTestLights::~ScreenTestLights()
|
||||
{
|
||||
LOG->Trace( "ScreenTestLights::~ScreenTestLights()" );
|
||||
}
|
||||
|
||||
static LocalizedString AUTO_CYCLE ( "ScreenTestLights", "Auto Cycle" );
|
||||
static LocalizedString MANUAL_CYCLE ( "ScreenTestLights", "Manual Cycle" );
|
||||
static LocalizedString CABINET_LIGHT( "ScreenTestLights", "cabinet light" );
|
||||
|
||||
@@ -11,7 +11,6 @@ public:
|
||||
virtual void Init();
|
||||
virtual void BeginScreen();
|
||||
virtual void EndScreen();
|
||||
virtual ~ScreenTestLights();
|
||||
|
||||
virtual void Update( float fDelta );
|
||||
virtual void Input( const InputEventPlus &input );
|
||||
|
||||
Reference in New Issue
Block a user