Remove unused field

This commit is contained in:
chimp1984 2020-11-03 11:46:25 -05:00
parent 00725cff7d
commit 1270c8fdaf
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -114,7 +114,6 @@ public class BsqDashboardView extends ActivatableView<GridPane, Void> implements
private Coin availableAmount;
private int gridRow = 0;
double percentToTrim = 5;
double howManyStdDevsConstituteOutlier = 10;