Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Dec 5, 2021
1 parent ae424ab commit 5bd35f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 220 deletions.
217 changes: 0 additions & 217 deletions src/Renderer/DrawBlock/Temp.fs

This file was deleted.

2 changes: 0 additions & 2 deletions src/Renderer/Renderer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ let fileMenu (dispatch) =
JSHelpers.debugTraceUI <- Set.ofList ["update";"view"])
makeCondItem (JSHelpers.debugLevel <> 0 && not isMac) "Trace off" None (fun _ ->
JSHelpers.debugTraceUI <- Set.ofList [])
makeCondItem (JSHelpers.debugLevel <> 0 && not isMac) "Test Union Cases" None (fun _ ->
Temp.testUnionNames())
makeCondItem (JSHelpers.debugLevel <> 0 && not isMac) "Run performance check" None (fun _ ->
testMaps()
displayPerformance 100 4000000)
Expand Down
1 change: 0 additions & 1 deletion src/Renderer/Renderer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

<!-- Draw2D diagram -->
<Compile Include="DrawBlock\Symbol.fs" />
<Compile Include="DrawBlock\Temp.fs" />
<Compile Include="DrawBlock\BusWire.fs" />
<Compile Include="DrawBlock\Sheet.fs" />

Expand Down

0 comments on commit 5bd35f5

Please sign in to comment.