summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-26 04:41:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-26 04:49:17 +0100
commite59fb650c46d607bea7853717d66a78de8fdd532 (patch)
treecead49565f6601dd788022ad6908637385eb8311 /crawl-ref/source/mon-place.h
parent65306b0f297ae9ce4a5b2a52f055a2f2482dbad2 (diff)
downloadcrawl-ref-e59fb650c46d607bea7853717d66a78de8fdd532.tar.gz
crawl-ref-e59fb650c46d607bea7853717d66a78de8fdd532.zip
Remove layers upon layers of code for TSO summons.
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h
index aaad6c688a..ad4cfbe4dd 100644
--- a/crawl-ref/source/mon-place.h
+++ b/crawl-ref/source/mon-place.h
@@ -78,8 +78,6 @@ bool empty_surrounds(const coord_def& where, dungeon_feature_type spc_wanted,
monster_type summon_any_demon(demon_class_type dct);
-monster_type summon_any_holy_being(holy_being_class_type hbct);
-
monster_type summon_any_dragon(dragon_class_type dct);
bool drac_colour_incompatible(int drac, int colour);