PercentageDisplay: Fix ShowDancePointsNotPercentage() (#1474)

Remove legacy setting DancePointsForOni

Fixes: #1473
This commit is contained in:
Tyler Brekke
2017-06-07 06:20:48 -07:00
committed by Colby Klein
parent f4fd4f91d8
commit 9b5746f505
14 changed files with 3 additions and 27 deletions
-3
View File
@@ -201,9 +201,6 @@ bool PercentageDisplay::ShowDancePointsNotPercentage() const
return true;
}
if( PREFSMAN->m_bDancePointsForOni )
return true;
return false;
}