From 58a61259d6f0fb6e6a076249a86b396baefab6db Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Tue, 9 Sep 2003 12:17:06 +0000 Subject: [PATCH] remove the IgnoreJoyAxes preference again, since it isn't used anywhere. (see Chris' earlier commit for why) --- stepmania/src/PrefsManager.cpp | 2 -- stepmania/src/PrefsManager.h | 1 - 2 files changed, 3 deletions(-) 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