summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 22:49:27 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 22:49:27 +0000
commit43f4b1aede1213636510f3c73879270d78740814 (patch)
tree402725c70f2c3c482a240cfb1b05ddc0422893c1 /crawl-ref/source/externs.h
parent45907051a75eb3c184050202066d4ea419ea38c5 (diff)
downloadcrawl-ref-43f4b1aede1213636510f3c73879270d78740814.tar.gz
crawl-ref-43f4b1aede1213636510f3c73879270d78740814.zip
Remove more references to the now-unused Repel Undead.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9400 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index ffc56ef65e..157b97b449 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -409,11 +409,6 @@ public:
return cannot_move() || asleep() || confused() || caught();
}
- virtual int holy_aura() const
- {
- return (0);
- }
-
virtual int warding() const
{
return (0);
@@ -1086,7 +1081,6 @@ public:
beam_type flavour = BEAM_MISSILE,
bool cleanup_dead = true);
- int holy_aura() const;
int warding() const;
int mons_species() const;
@@ -1498,8 +1492,6 @@ public:
bool backlit(bool check_haloed = true) const;
bool haloed() const;
- int holy_aura() const;
-
bool has_spell(spell_type spell) const;
bool can_throw_large_rocks() const;