From 9b1ea59d4918d14ca875e69e945b13674a6827b7 Mon Sep 17 00:00:00 2001
From: Marco Matthies <71844+marcom@users.noreply.github.com>
Date: Mon, 22 Jul 2024 13:41:20 +0200
Subject: [PATCH] Remove unneded file crop/croptypes.jl

---
 src/Persefone.jl      | 1 -
 src/crop/croptypes.jl | 8 --------
 2 files changed, 9 deletions(-)
 delete mode 100644 src/crop/croptypes.jl

diff --git a/src/Persefone.jl b/src/Persefone.jl
index 40ffdef..f7a5c30 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 37020ce..0000000
--- 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
-- 
GitLab