in May: "Disable ScreenSelectDifficultyEX; it was superseded by ScreenSelectMaster.

I don't think anything uses it (not sure if it still works); I'll wait a few snapshots
before removing it, though."  It's been a few snapshots ...
This commit is contained in:
Glenn Maynard
2004-08-26 02:16:21 +00:00
parent 9875923278
commit 35070fe559
3 changed files with 2 additions and 18 deletions
-2
View File
@@ -257,7 +257,6 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenPlayerOptions.h"
#include "ScreenSandbox.h"
#include "ScreenSelectDifficulty.h"
// #include "ScreenSelectDifficultyEX.h"
#include "ScreenSelectGroup.h"
#include "ScreenSelectMusic.h"
#include "ScreenSelectStyle.h"
@@ -325,7 +324,6 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenPlayerOptions );
IF_RETURN( ScreenSandbox );
IF_RETURN( ScreenSelectDifficulty );
// IF_RETURN( ScreenSelectDifficultyEX );
IF_RETURN( ScreenSelectGroup );
IF_RETURN( ScreenSelectMusic );
IF_RETURN( ScreenSelectStyle5th );