diff options
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, |