Skip to content

Commit

Permalink
Merge pull request #460 from epatters/remove-yfiles
Browse files Browse the repository at this point in the history
Remove experimental parsing of DWDs from yFiles graphs
  • Loading branch information
epatters authored Jul 12, 2021
2 parents 07b164e + 26876df commit 9a5da17
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 566 deletions.
2 changes: 0 additions & 2 deletions src/graphics/Graphics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ include("GraphvizWiringDiagrams.jl")
include("ComposeWiringDiagrams.jl")
include("TikZ.jl")
include("TikZWiringDiagrams.jl")
include("YFilesWiringDiagrams.jl")

@reexport using .WiringDiagramLayouts
@reexport using .GraphvizGraphs
@reexport using .GraphvizWiringDiagrams
@reexport using .ComposeWiringDiagrams
@reexport using .TikZWiringDiagrams
@reexport using .YFilesWiringDiagrams

function __init__()
@require Convex="f65535da-76fb-5f13-bab9-19810c17039a" begin
Expand Down
186 changes: 0 additions & 186 deletions src/graphics/YFilesWiringDiagrams.jl

This file was deleted.

4 changes: 0 additions & 4 deletions test/graphics/Graphics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ end
include("TikZ.jl")
include("TikZWiringDiagrams.jl")
end

@testset "yFiles" begin
include("YFilesWiringDiagrams.jl")
end
32 changes: 0 additions & 32 deletions test/graphics/YFilesWiringDiagrams.jl

This file was deleted.

Loading

0 comments on commit 9a5da17

Please sign in to comment.