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/grapher.csproj | |
| parent | Merge with master (diff) | |
| download | rawaccel-6470bff9672c56024c542a74a00429273501879f.tar.xz rawaccel-6470bff9672c56024c542a74a00429273501879f.zip | |
Remove log and sigmoid styles
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 4717a8b..b70bbb6 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -84,11 +84,9 @@ <Compile Include="Layouts\DefaultLayout.cs" /> <Compile Include="Layouts\LayoutBase.cs" /> <Compile Include="Layouts\LinearLayout.cs" /> - <Compile Include="Layouts\LogLayout.cs" /> <Compile Include="Layouts\NaturalLayout.cs" /> <Compile Include="Layouts\OffLayout.cs" /> <Compile Include="Layouts\PowerLayout.cs" /> - <Compile Include="Layouts\SigmoidLayout.cs" /> <Compile Include="Models\Options\OffsetOptions.cs" /> <Compile Include="Models\Options\Option.cs" /> <Compile Include="Models\Options\OptionXY.cs" /> |