diff --git a/Utils/unlockconvert.exe b/Utils/unlockconvert.exe deleted file mode 100644 index fbd22b4da3..0000000000 Binary files a/Utils/unlockconvert.exe and /dev/null differ diff --git a/src/StepMania.cpp b/src/StepMania.cpp index 65300a9264..ac1c7b5877 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -2,9 +2,7 @@ #include "StepMania.h" -// // Rage global classes -// #include "RageLog.h" #include "RageTextureManager.h" #include "RageSoundManager.h" @@ -37,9 +35,7 @@ #define SUPPORT_OPENGL #endif -// // StepMania global classes -// #include "ThemeManager.h" #include "NoteSkinManager.h" #include "PrefsManager.h" @@ -108,8 +104,8 @@ void StepMania::GetPreferredVideoModeParams( VideoModeParams ¶msOut ) if( PREFSMAN->m_bWindowed ) { //float fRatio = PREFSMAN->m_iDisplayWidth / PREFSMAN->m_iDisplayHeight; - iWidth = PREFSMAN->m_iDisplayHeight * PREFSMAN->m_fDisplayAspectRatio; //iWidth = PREFSMAN->m_iDisplayHeight * fRatio; + iWidth = PREFSMAN->m_iDisplayHeight * PREFSMAN->m_fDisplayAspectRatio; } paramsOut = VideoModeParams(