summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-10 22:32:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-10 22:32:15 +0200
commitfcdd86e17ca96fb351e9bba3bdcf71a0b0c15e29 (patch)
treea498c9d3bc7a13d4de2c9f0d8bb9e4e548751e89 /crawl-ref/source/viewmap.cc
parentd689486464fcaaac025a6f469ab69674a2f4d173 (diff)
downloadcrawl-ref-fcdd86e17ca96fb351e9bba3bdcf71a0b0c15e29.tar.gz
crawl-ref-fcdd86e17ca96fb351e9bba3bdcf71a0b0c15e29.zip
Axe an invalid comment.
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 0712726b5e..2bf694590b 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -245,7 +245,6 @@ bool is_feature(ucs_t feature, const coord_def& where)
case DNGN_STONE_STAIRS_DOWN_I:
case DNGN_STONE_STAIRS_DOWN_II:
case DNGN_STONE_STAIRS_DOWN_III:
- // Not a > glyph, but it goes deeper into the abyss.
case DNGN_ABYSSAL_STAIR:
#if TAG_MAJOR_VERSION == 34
case DNGN_ENTER_DWARVEN_HALL: