Skip to content

Commit

Permalink
Remove imports which are no longer available in v1.0. (#43)
Browse files Browse the repository at this point in the history
Apparently they were not used anyway.
  • Loading branch information
tpapp authored and Tomas Lycken committed Aug 13, 2018
1 parent f6ff436 commit 2136fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contour.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export
lines,
coordinates

import Base: push!, start, next, done, length, eltype, show
import Base: push!, length, eltype, show

struct Curve2{T}
vertices::Vector{SVector{2,T}}
Expand Down

0 comments on commit 2136fd7

Please sign in to comment.