summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 03:15:45 -0700
committerJacob Palecki <[email protected]>2020-09-01 03:15:45 -0700
commitfa497a2a20b02b4a44690d55ffa1cac26bafe35f (patch)
treee53983fb782dce4962e7e432217af914cfdec06c /grapher/Models/AccelGUI.cs
parentMove constants to central class (diff)
downloadrawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.tar.xz
rawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.zip
Add factory to create AccelGUI
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 8fe752c..b9a578f 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -36,8 +36,7 @@ namespace grapher
Option midpoint,
Button writeButton,
Label mouseMoveLabel,
- ToolStripMenuItem scaleMenuItem,
- ToolStripMenuItem autoWriteMenuItem)
+ ToolStripMenuItem scaleMenuItem)
{
AccelForm = accelForm;
AccelCalculator = accelCalculator;