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/LinearLayout.cs | |
| parent | Get power cap working (diff) | |
| download | rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.tar.xz rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.zip | |
Remove weight
Diffstat (limited to 'grapher/Layouts/LinearLayout.cs')
| -rw-r--r-- | grapher/Layouts/LinearLayout.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Layouts/LinearLayout.cs b/grapher/Layouts/LinearLayout.cs index 63c5ff6..7aa0965 100644 --- a/grapher/Layouts/LinearLayout.cs +++ b/grapher/Layouts/LinearLayout.cs @@ -18,7 +18,6 @@ namespace grapher.Layouts DecayRateLayout = new OptionLayout(false, string.Empty); GrowthRateLayout = new OptionLayout(false, string.Empty); SmoothLayout = new OptionLayout(false, string.Empty); - WeightLayout = new OptionLayout(false, Weight); OffsetLayout = new OptionLayout(true, Offset); LimitLayout = new OptionLayout(false, string.Empty); PowerClassicLayout = new OptionLayout(false, string.Empty); |