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 );
+2 -10
View File
@@ -62,7 +62,7 @@ IntDir=.\../Debug6
TargetDir=\temp\stepmania\Program
TargetName=StepMania-debug
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
# End Special Build Tool
@@ -99,7 +99,7 @@ IntDir=.\../Release6
TargetDir=\temp\stepmania\Program
TargetName=StepMania
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
# End Special Build Tool
@@ -2691,14 +2691,6 @@ SOURCE=.\ScreenSelectDifficulty.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectDifficultyEX.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectDifficultyEX.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectGroup.cpp
# End Source File
# Begin Source File
-6
View File
@@ -445,12 +445,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
<File
RelativePath="ScreenSelectDifficulty.h">
</File>
<File
RelativePath="ScreenSelectDifficultyEX.cpp">
</File>
<File
RelativePath="ScreenSelectDifficultyEX.h">
</File>
<File
RelativePath="ScreenSelectGroup.cpp">
</File>