summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/acr.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 77f8ea1035..511109fadf 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1518,14 +1518,6 @@ static void go_upstairs()
if (stairs_check_beheld())
return;
-
- // Allow both < and > to work for Abyss exits.
- if (ygrd == DNGN_EXIT_ABYSS)
- {
- go_downstairs();
- return;
- }
-
if (you.attribute[ATTR_HELD])
{