Skip to content

Commit 1e239c2

Browse files
authored
Remove unused code (#1082)
1 parent df1981b commit 1e239c2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

ext/grid/cartesian.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ function vizgrid!(plot::Viz{<:Tuple{CartesianGrid}}, ::Type{<:𝔼}, ::Val{2}, :
99
colormap = plot[:colormap]
1010
colorrange = plot[:colorrange]
1111
showsegments = plot[:showsegments]
12-
segmentcolor = plot[:segmentcolor]
13-
segmentsize = plot[:segmentsize]
1412

1513
# process color spec into colorant
1614
colorant = Makie.@lift process($color, $colormap, $colorrange, $alpha)

ext/grid/rectilinear.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ function vizgrid!(plot::Viz{<:Tuple{RectilinearGrid}}, M::Type{<:𝔼}, pdim::Va
99
colormap = plot[:colormap]
1010
colorrange = plot[:colorrange]
1111
showsegments = plot[:showsegments]
12-
segmentcolor = plot[:segmentcolor]
13-
segmentsize = plot[:segmentsize]
1412

1513
if crs(grid[]) <: Cartesian
1614
# process color spec into colorant

ext/grid/structured.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ function vizgrid!(plot::Viz{<:Tuple{StructuredGrid}}, M::Type{<:𝔼}, pdim::Val
99
colormap = plot[:colormap]
1010
colorrange = plot[:colorrange]
1111
showsegments = plot[:showsegments]
12-
segmentcolor = plot[:segmentcolor]
13-
segmentsize = plot[:segmentsize]
1412

1513
if crs(grid[]) <: Cartesian
1614
# process color spec into colorant

0 commit comments

Comments
 (0)