diff options
Diffstat (limited to 'grapher/Models/Options')
| -rw-r--r-- | grapher/Models/Options/AccelTypeOptions.cs | 1 |
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); |