diff --git a/stepmania/src/Screen.cpp b/stepmania/src/Screen.cpp index 4ebadc5964..f2a0464d7e 100644 --- a/stepmania/src/Screen.cpp +++ b/stepmania/src/Screen.cpp @@ -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 ); diff --git a/stepmania/src/StepMania.dsp b/stepmania/src/StepMania.dsp index 187a6f66a2..20f978e3f9 100644 --- a/stepmania/src/StepMania.dsp +++ b/stepmania/src/StepMania.dsp @@ -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 diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj index 278cfbfbe2..45b8e2110a 100644 --- a/stepmania/src/StepMania.vcproj +++ b/stepmania/src/StepMania.vcproj @@ -445,12 +445,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ - - - -