summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 622c7d587f..dca415f0ec 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -63,8 +63,6 @@ enum poly_power_type {
PPT_SAME
};
-void monster_change_type(monsters *monster, monster_type targetc);
-
bool monster_polymorph(monsters *monster, monster_type targetc,
poly_power_type p = PPT_SAME);