Skip to content

Commit 69ce043

Browse files
Update src/backends.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
1 parent ba4338d commit 69ce043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backends.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const _backend_paths = Dict{Symbol, RelocatableFolders.Path}(
6868
:plotlyjs => @path(joinpath(@__DIR__, "backends", "plotlyjs.jl")),
6969
:pythonplot => @path(joinpath(@__DIR__, "backends", "pythonplot.jl")),
7070
:unicodeplots => @path(joinpath(@__DIR__, "backends", "unicodeplots.jl")),
71-
:web => @path(joinpath(@__DIR__, "backends", "web.jl")),
7271
# Deprecated backends
7372
:pgfplots => @path(joinpath(@__DIR__, "backends", "deprecated", "pgfplots.jl")),
7473
:pyplot => @path(joinpath(@__DIR__, "backends", "deprecated", "pyplot.jl")),

0 commit comments

Comments
 (0)