Skip to content
Snippets Groups Projects
Commit b1bbd913 authored by Marco Matthies's avatar Marco Matthies
Browse files

Remove unused methods on AbstractCropType and AbstractCropState

parent b2f91789
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,5 @@
###
abstract type AbstractCropType end
cropname(t::AbstractCropType) = t.name
abstract type AbstractCropState end
croptype(s::AbstractCropState) = s.croptype
cropname(s::AbstractCropState) = cropname(croptype(s))
# cropheight(s::AbstractCropState) = s.cropheight
# cropcover(s::AbstractCropState) = s.cropcover
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment