summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index a3b1e48ff3..47b66af04a 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -480,17 +480,6 @@ void get_door_description(int door_size, const char** adjective, const char** no
*noun = descriptions[idx+1];
}
-unsigned int show_appearance(const coord_def &ep)
-{
- unsigned int object = env.show(ep);
- const coord_def gc = show2grid(ep);
-
- if (object == DNGN_SECRET_DOOR)
- object = grid_secret_door_appearance(gc);
-
- return object;
-}
-
dungeon_feature_type grid_appearance(const coord_def &gc)
{
dungeon_feature_type feat = env.grid(gc);