summaryrefslogtreecommitdiff
path: root/grapher/Layouts/MotivityLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-09-16 13:07:43 -0700
committera1xd <[email protected]>2021-09-23 22:34:51 -0400
commit4197e030c5cfeda5592816c8028152d9b7b599e0 (patch)
treea1e5489fbaa0e6e4523dfbb31a3c584c6745a710 /grapher/Layouts/MotivityLayout.cs
parentGet power cap working (diff)
downloadrawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.tar.xz
rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.zip
Remove weight
Diffstat (limited to 'grapher/Layouts/MotivityLayout.cs')
-rw-r--r--grapher/Layouts/MotivityLayout.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs
index d47926a..77c20ab 100644
--- a/grapher/Layouts/MotivityLayout.cs
+++ b/grapher/Layouts/MotivityLayout.cs
@@ -22,7 +22,6 @@ namespace grapher.Layouts
DecayRateLayout = new OptionLayout(false, string.Empty);
GrowthRateLayout = new OptionLayout(true, GrowthRate);
SmoothLayout = new OptionLayout(false, string.Empty);
- WeightLayout = new OptionLayout(false, string.Empty);
OffsetLayout = new OptionLayout(false, string.Empty);
LimitLayout = new OptionLayout(true, Motivity);
PowerClassicLayout = new OptionLayout(false, string.Empty);