_initialize_backend doesn't need to do anything for GRBackend
This commit is contained in:
parent
182b937143
commit
7867df6079
@ -316,6 +316,9 @@ function _initialize_backend(pkg::AbstractBackend)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
_initialize_backend(pkg::GRBackend) = nothing
|
||||||
|
|
||||||
|
|
||||||
function add_backend_string(pkg::AbstractBackend)
|
function add_backend_string(pkg::AbstractBackend)
|
||||||
sym = backend_package_name(pkg)
|
sym = backend_package_name(pkg)
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -6,6 +6,7 @@
|
|||||||
import GR
|
import GR
|
||||||
export GR
|
export GR
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------
|
||||||
|
|
||||||
const gr_linetype = KW(
|
const gr_linetype = KW(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user