diff options
| author | Jacob Palecki <[email protected]> | 2021-09-16 13:07:43 -0700 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:34:51 -0400 |
| commit | 4197e030c5cfeda5592816c8028152d9b7b599e0 (patch) | |
| tree | a1e5489fbaa0e6e4523dfbb31a3c584c6745a710 /grapher/Layouts/NaturalLayout.cs | |
| parent | Get power cap working (diff) | |
| download | rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.tar.xz rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.zip | |
Remove weight
Diffstat (limited to 'grapher/Layouts/NaturalLayout.cs')
| -rw-r--r-- | grapher/Layouts/NaturalLayout.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Layouts/NaturalLayout.cs b/grapher/Layouts/NaturalLayout.cs index d763b3b..452c6aa 100644 --- a/grapher/Layouts/NaturalLayout.cs +++ b/grapher/Layouts/NaturalLayout.cs @@ -17,7 +17,6 @@ namespace grapher.Layouts DecayRateLayout = new OptionLayout(true, DecayRate); GrowthRateLayout = new OptionLayout(false, string.Empty); SmoothLayout = new OptionLayout(false, string.Empty); - WeightLayout = new OptionLayout(false, string.Empty); OffsetLayout = new OptionLayout(true, Offset); LimitLayout = new OptionLayout(true, Limit); PowerClassicLayout = new OptionLayout(false, string.Empty); |