PercentageDisplay: Fix ShowDancePointsNotPercentage() (#1474)

Remove legacy setting DancePointsForOni

Fixes: #1473
This commit is contained in:
Tyler Brekke
2017-06-07 09:20:48 -04:00
committed by Colby Klein
parent f4fd4f91d8
commit 9b5746f505
14 changed files with 3 additions and 27 deletions
-1
View File
@@ -761,7 +761,6 @@ static void InitializeConfOptions()
ADD( ConfOption( "DefaultNoteSkin", DefaultNoteSkin, DefaultNoteSkinChoices ) );
ADD( ConfOption( "ShowInstructions", MovePref<bool>, "Skip","Show") );
ADD( ConfOption( "ShowCaution", MovePref<bool>, "Skip","Show") );
ADD( ConfOption( "DancePointsForOni", MovePref<bool>, "Percent","Dance Points") );
ADD( ConfOption( "MusicWheelUsesSections", MovePref<MusicWheelUsesSections>, "Never","Always","Title Only") );
ADD( ConfOption( "CourseSortOrder", MovePref<CourseSortOrders>, "Num Songs","Average Feet","Total Feet","Ranking") );
ADD( ConfOption( "MoveRandomToEnd", MovePref<bool>, "No","Yes") );