summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-07 08:42:21 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-07 09:11:50 +0100
commitdc74095a578a338bb926cfea2db14c2b90c2a633 (patch)
tree68cbc05afed17107845b242ae937754bf836dc00 /crawl-ref/source/env.h
parent96944cb324ba858b8fd89175edf14c5a26bd58d6 (diff)
downloadcrawl-ref-dc74095a578a338bb926cfea2db14c2b90c2a633.tar.gz
crawl-ref-dc74095a578a338bb926cfea2db14c2b90c2a633.zip
Get rid of env.show_los.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index fd9abf7720..ff51dbe2cb 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -27,7 +27,6 @@ public:
// Objects that are in LOS, used for drawing.
show_def show;
- env_show_grid show_los; // Compatibility. TODO: remove.
// What would be visible, if all of the translucent wall were
// made opaque.
env_show_grid no_trans_show;