summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 08a81a3f74..950f346b16 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -8465,11 +8465,6 @@ unsigned int monster_index(const monsters *monster)
return (monster - menv.buffer());
}
-int hurt_monster(monsters * victim, int damage_dealt)
-{
- return (victim->hurt(NULL, damage_dealt));
-}
-
bool heal_monster(monsters * patient, int health_boost,
bool permit_growth)
{