remove ScreenPlayerOptions2

This commit is contained in:
Chris Danford
2003-06-16 17:24:53 +00:00
parent d89b8418ad
commit 96c29c6566
3 changed files with 0 additions and 341 deletions
-2
View File
@@ -255,7 +255,6 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenMapControllers.h"
#include "ScreenMusicScroll.h"
#include "ScreenPlayerOptions.h"
#include "ScreenPlayerOptions2.h"
#include "ScreenSandbox.h"
#include "ScreenSelectCourse.h"
#include "ScreenSelectDifficulty.h"
@@ -322,7 +321,6 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenInputOptions );
IF_RETURN( ScreenMusicScroll );
IF_RETURN( ScreenPlayerOptions );
IF_RETURN( ScreenPlayerOptions2 );
IF_RETURN( ScreenSandbox );
IF_RETURN( ScreenSelectCourse );
IF_RETURN( ScreenSelectDifficulty );