This commit is contained in:
Glenn Maynard
2007-05-08 00:53:42 +00:00
parent 02a36a3d07
commit 1b8d69aebc
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -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" );
-1
View File
@@ -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 );