summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 38bec13fb2..6ede62ba02 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -301,15 +301,6 @@ static void get_symbol( unsigned int object, unsigned short *ch,
// Note anything we see that's notable
if (Feature[object].notable)
seen_notable_thing( object );
-
- // These effects apply every turn when in sight however.
- if (Feature[object].seen_effect)
- {
- if (object == DNGN_SILVER_STATUE)
- you.visible_statue[ STATUE_SILVER ] = 1;
- else if (object == DNGN_ORANGE_CRYSTAL_STATUE)
- you.visible_statue[ STATUE_ORANGE_CRYSTAL ] = 1;
- }
}
else
{