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/Form1.cs | |
| parent | Get power cap working (diff) | |
| download | rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.tar.xz rawaccel-4197e030c5cfeda5592816c8028152d9b7b599e0.zip | |
Remove weight
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index b5a49c8..4d1e57d 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -74,8 +74,6 @@ namespace grapher sensitivityBoxX, VertHorzRatioBox, rotationBox, - weightBoxX, - weightBoxY, inCapBoxXClassic, inCapBoxYClassic, outCapBoxXClassic, @@ -124,8 +122,6 @@ namespace grapher sensitivityLabel, VertHorzRatioLabel, rotationLabel, - weightLabelX, - weightLabelY, inCapLabelXClassic, inCapLabelYClassic, outCapLabelXClassic, @@ -165,8 +161,6 @@ namespace grapher SensitivityMultiplierActiveLabel, VertHorzRatioActiveLabel, RotationActiveLabel, - WeightActiveXLabel, - WeightActiveYLabel, InCapActiveXLabelClassic, InCapActiveYLabelClassic, OutCapActiveXLabelClassic, |