we removed ScreenSelectGroup, let's remove the ShowSelectGroup preference that's just taking up space.

This commit is contained in:
AJ Kelly
2010-05-22 19:11:19 -05:00
parent 51d9de42fc
commit d5197b63f1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -200,7 +200,6 @@ PrefsManager::PrefsManager() :
m_bMercifulSuperMeter ( "MercifulSuperMeter", true ),
m_bDelayedBack ( "DelayedBack", true ),
m_bShowInstructions ( "ShowInstructions", true ),
m_bShowSelectGroup ( "ShowSelectGroup", false ),
m_bShowCaution ( "ShowCaution", true ),
m_bShowNativeLanguage ( "ShowNativeLanguage", true ),
m_iArcadeOptionsNavigation ( "ArcadeOptionsNavigation", 0 ),
-1
View File
@@ -188,7 +188,6 @@ public:
Preference<bool> m_bMercifulSuperMeter; // negative super deltas are scaled by the players life percentage
Preference<bool> m_bDelayedBack;
Preference<bool> m_bShowInstructions; // how to play a mode
Preference<bool> m_bShowSelectGroup; // uh i thought we removed this shit -aj
Preference<bool> m_bShowCaution;
Preference<bool> m_bShowNativeLanguage;
Preference<int> m_iArcadeOptionsNavigation;