summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 111718ec71..d51d133e38 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1062,13 +1062,6 @@ int exper_value( const struct monsters *monster )
return (x_val);
} // end exper_value()
-int obsolete_mons_spell_template_index(const monsters *mon)
-{
- return (mons_class_flag(mon->type, M_SPELLCASTER)?
- mon->number
- : MST_NO_SPELLS);
-}
-
void mons_load_spells( monsters *mon, int book )
{
int x, y;