summaryrefslogtreecommitdiff
path: root/grapher/Models/Charts/AccelCharts.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-12 09:25:48 -0800
committerJacob Palecki <[email protected]>2021-01-12 09:25:48 -0800
commit784f7cab713640f4a13880ebc3c5abc10894d23c (patch)
tree5504f514c18e6c41c690996eb53974d2efd3fcf4 /grapher/Models/Charts/AccelCharts.cs
parentDirectionality menu progress (diff)
downloadrawaccel-784f7cab713640f4a13880ebc3c5abc10894d23c.tar.xz
rawaccel-784f7cab713640f4a13880ebc3c5abc10894d23c.zip
Many small tweaks
Diffstat (limited to 'grapher/Models/Charts/AccelCharts.cs')
-rw-r--r--grapher/Models/Charts/AccelCharts.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/grapher/Models/Charts/AccelCharts.cs b/grapher/Models/Charts/AccelCharts.cs
index b7abb35..ea1345f 100644
--- a/grapher/Models/Charts/AccelCharts.cs
+++ b/grapher/Models/Charts/AccelCharts.cs
@@ -80,14 +80,6 @@ namespace grapher
}
}
- public int TopChartHeight
- {
- get
- {
- return ChartState.SensitivityChart.Height;
- }
- }
-
private int FormBorderHeight { get; }
private ChartState ChartState { get; set; }