summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 73f46da35d..9e9770eadd 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -500,7 +500,6 @@ int hit_points(int hit_dice, int min_hp, int rand_hp);
int mons_type_hit_dice( int type );
-int mons_resist_magic( const monsters *mon );
int mons_resist_turn_undead( const monsters *mon );
bool mons_immune_magic( const monsters *mon );
const char* mons_resist_string(const monsters *mon);
@@ -662,8 +661,6 @@ void mons_stop_fleeing_from_sanctuary(monsters *monster);
bool mons_has_smite_attack(const monsters *monster);
-bool check_mons_resist_magic(const monsters *monster, int pow);
-
bool mons_class_is_confusable(int mc);
bool mons_class_is_slowable(int mc);
bool mons_class_is_stationary(int mc);