summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dgn-shoals.cc')
-rw-r--r--crawl-ref/source/dgn-shoals.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/dgn-shoals.cc b/crawl-ref/source/dgn-shoals.cc
index c84666cf8a..0b2252ebda 100644
--- a/crawl-ref/source/dgn-shoals.cc
+++ b/crawl-ref/source/dgn-shoals.cc
@@ -57,15 +57,6 @@ static const int MAX_SHOAL_PLANTS = 180;
static const int _shoals_margin = 6;
-enum shoals_height_thresholds
-{
- SHT_UNDEFINED = -10000,
- SHT_STONE = 400,
- SHT_ROCK = 135,
- SHT_FLOOR = 0,
- SHT_SHALLOW_WATER = -30,
-};
-
enum tide_direction
{
TIDE_RISING,