diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index d92d31739a..84fe905085 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -189,7 +189,6 @@ void PrefsManager::ReadGlobalPrefsFromDisk( bool bSwitchToLastPlayedGame ) ini.GetValueI( "Options", "MovieColorDepth", m_iMovieColorDepth ); ini.GetValueI( "Options", "MaxTextureResolution", m_iMaxTextureResolution ); ini.GetValueI( "Options", "RefreshRate", m_iRefreshRate ); -// ini.GetValueB( "Options", "IgnoreJoyAxes", m_bIgnoreJoyAxes ); ini.GetValueB( "Options", "UseDedicatedMenuButtons", m_bOnlyDedicatedMenuButtons ); ini.GetValueB( "Options", "ShowStats", m_bShowStats ); ini.GetValueI( "Options", "BackgroundMode", (int&)m_BackgroundMode ); @@ -308,7 +307,6 @@ void PrefsManager::SaveGlobalPrefsToDisk() ini.SetValueI( "Options", "MovieColorDepth", m_iMovieColorDepth ); ini.SetValueI( "Options", "MaxTextureResolution", m_iMaxTextureResolution ); ini.SetValueI( "Options", "RefreshRate", m_iRefreshRate ); -// ini.SetValueB( "Options", "IgnoreJoyAxes", m_bIgnoreJoyAxes ); ini.SetValueB( "Options", "UseDedicatedMenuButtons", m_bOnlyDedicatedMenuButtons ); ini.SetValueB( "Options", "ShowStats", m_bShowStats ); ini.SetValueI( "Options", "BackgroundMode", m_BackgroundMode); diff --git a/stepmania/src/PrefsManager.h b/stepmania/src/PrefsManager.h index 96ec6087c6..bb45c449bc 100644 --- a/stepmania/src/PrefsManager.h +++ b/stepmania/src/PrefsManager.h @@ -95,7 +95,6 @@ public: int m_iProgressiveStageLifebar; int m_iProgressiveNonstopLifebar; bool m_bShowBeginnerHelper; - bool m_bIgnoreJoyAxes; CString m_sLanguage; CString m_sDefaultProfile[NUM_PLAYERS]; // directory name of profile on HD