diff --git a/src/Persefone.jl b/src/Persefone.jl index 40ffdef208e10219b35cf40d510a1f056f8ebf10..f7a5c304dda3f80708a61fa9d7ee3141adf5bb2c 100644 --- a/src/Persefone.jl +++ b/src/Persefone.jl @@ -141,7 +141,6 @@ include("analysis/makieplots.jl") include("world/landscape.jl") include("world/weather.jl") -include("crop/croptypes.jl") include("crop/farmplot.jl") include("crop/almass.jl") include("crop/simplecrop.jl") diff --git a/src/crop/croptypes.jl b/src/crop/croptypes.jl deleted file mode 100644 index 37020ce60bd4719f108c5f23ff75083364f1579a..0000000000000000000000000000000000000000 --- a/src/crop/croptypes.jl +++ /dev/null @@ -1,8 +0,0 @@ -### Persefone.jl - a model of agricultural landscapes and ecosystems in Europe. -### -### This file contains abstract types that crop models must derive from. -### - -# abstract type AbstractCropType end - -# abstract type AbstractCropState end