File tree Expand file tree Collapse file tree 2 files changed +0
-59
lines changed Expand file tree Collapse file tree 2 files changed +0
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ function prefetch_provider_file(basename)
9595end
9696
9797provider_mux = prefetch_provider_file (" mux.jl" )
98- provider_blink = prefetch_provider_file (" blink.jl" )
9998provider_ijulia = prefetch_provider_file (" ijulia.jl" )
10099provider_generic_http = prefetch_provider_file (" generic_http.jl" )
101100
@@ -104,18 +103,6 @@ function __init__()
104103 @require Mux= " a975b10e-0019-58db-a62f-e48ff68538c9" begin
105104 include_string (@__MODULE__ , provider_mux. code, provider_mux. file)
106105 end
107- @require Blink= " ad839575-38b3-5650-b840-f874b8c74a25" begin
108- # The latest version of Blink defines their own WebIO integration
109- # (after https://github.com/JunoLab/Blink.jl/pull/201).
110- if isdefined (Blink. AtomShell, :initwebio! )
111- return
112- end
113- Base. depwarn (
114- " Please upgrade Blink for a smoother integration with WebIO." ,
115- :webio_blink_upgrade ,
116- )
117- include_string (@__MODULE__ , provider_blink. code, provider_blink. file)
118- end
119106 @require IJulia= " 7073ff75-c697-5162-941a-fcdaad2a7d2a" begin
120107 include_string (@__MODULE__ , provider_ijulia. code, provider_ijulia. file)
121108 end
You can’t perform that action at this time.
0 commit comments