diff options
| author | Jacob Palecki <[email protected]> | 2020-09-04 01:53:59 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-04 01:53:59 -0700 |
| commit | 6470bff9672c56024c542a74a00429273501879f (patch) | |
| tree | bcb498654c7157d7862dcd816004089bd6dcabe0 /grapher/Models/Options | |
| parent | Merge with master (diff) | |
| download | rawaccel-6470bff9672c56024c542a74a00429273501879f.tar.xz rawaccel-6470bff9672c56024c542a74a00429273501879f.zip | |
Remove log and sigmoid styles
Diffstat (limited to 'grapher/Models/Options')
| -rw-r--r-- | grapher/Models/Options/AccelTypeOptions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grapher/Models/Options/AccelTypeOptions.cs b/grapher/Models/Options/AccelTypeOptions.cs index 5342f4b..f05d617 100644 --- a/grapher/Models/Options/AccelTypeOptions.cs +++ b/grapher/Models/Options/AccelTypeOptions.cs @@ -18,8 +18,6 @@ namespace grapher new LinearLayout(), new ClassicLayout(), new NaturalLayout(), - new LogLayout(), - new SigmoidLayout(), new PowerLayout(), new NaturalGainLayout(), new SigmoidGainLayout(), |