summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-22 23:46:06 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-22 23:47:00 +0200
commit3f52702c6ffd30ddbce3b6205bb131bffe57dc2d (patch)
tree9672a970c2f9acfaeaa67ad5571655182ce9ef46 /crawl-ref/source/monster.h
parentef6fb07fd5218af3cd14bc46fa331d0b2cadf2f3 (diff)
downloadcrawl-ref-3f52702c6ffd30ddbce3b6205bb131bffe57dc2d.tar.gz
crawl-ref-3f52702c6ffd30ddbce3b6205bb131bffe57dc2d.zip
Also remove monster::visible.
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 860cf1ae0c..b4a06b9e2b 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -278,7 +278,6 @@ public:
bool mutate();
void banish(const std::string &who = "");
void expose_to_element(beam_type element, int strength = 0);
- bool visible() const;
int mons_species() const;