summaryrefslogtreecommitdiff
path: root/grapher/Models/Options
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-09-26 20:07:06 -0400
committerGitHub <[email protected]>2020-09-26 20:07:06 -0400
commit02de2ce503fad0b501893d040405922b23814dc9 (patch)
tree14cf982742ce4fc52c742b0befd8b256aa0dce94 /grapher/Models/Options
parentMerge pull request #24 from JacobPalecki/GUI (diff)
parentHide minimum time attribute (diff)
downloadrawaccel-02de2ce503fad0b501893d040405922b23814dc9.tar.xz
rawaccel-02de2ce503fad0b501893d040405922b23814dc9.zip
Merge pull request #25 from JacobPalecki/GUI
Small fixes and touchups
Diffstat (limited to 'grapher/Models/Options')
-rw-r--r--grapher/Models/Options/AccelTypeOptions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Models/Options/AccelTypeOptions.cs b/grapher/Models/Options/AccelTypeOptions.cs
index 9bd42f5..573e9b9 100644
--- a/grapher/Models/Options/AccelTypeOptions.cs
+++ b/grapher/Models/Options/AccelTypeOptions.cs
@@ -19,7 +19,6 @@ namespace grapher
new NaturalLayout(),
new NaturalGainLayout(),
new PowerLayout(),
- new LogarithmLayout(),
new MotivityLayout(),
new OffLayout()
}.ToDictionary(k => k.Name);