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
Branches
Tags
No related merge requests found
...@@ -4,10 +4,5 @@ ...@@ -4,10 +4,5 @@
### ###
abstract type AbstractCropType end abstract type AbstractCropType end
cropname(t::AbstractCropType) = t.name
abstract type AbstractCropState end 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