summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-15 22:34:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-15 23:16:43 +0100
commitf81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4 (patch)
tree9912318671f72f26db66d7eb483dc3b63a1b7856 /crawl-ref/source/monster.h
parent02256d318a68bc0fed1949633981fc14d2f7147c (diff)
downloadcrawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.tar.gz
crawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.zip
Remove Mislead.
It was a pure interface screw, and even worse, required a large amount of support code that's a maintenance burden, causing crashes we need to fix from time to time.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 1f8a66a4d1..a82229e363 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -91,7 +91,6 @@ public:
bool has_base_name() const;
const monsterentry *find_monsterentry() const;
- monster_type get_mislead_type() const;
void init_experience();