summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-25 16:22:57 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-25 16:27:21 +0100
commit07e6eec5db758443ed0c9e8b05365b0e3594a13b (patch)
tree28d9712254160ef91eb451bf7c45eb37bc59755c /crawl-ref/source/actor.h
parent7c0a1cdefea5487fc1b0f2f11fa8e671475b5f4e (diff)
downloadcrawl-ref-07e6eec5db758443ed0c9e8b05365b0e3594a13b.tar.gz
crawl-ref-07e6eec5db758443ed0c9e8b05365b0e3594a13b.zip
Remove obsolete actor::visible.
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index c6d97b95f1..3a31aef341 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -206,11 +206,6 @@ public:
return (0);
}
- virtual bool visible() const
- {
- return (true);
- }
-
virtual bool has_spell(spell_type spell) const = 0;
virtual bool will_trigger_shaft() const;