summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index abc33b44c5..8f08374c36 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1003,19 +1003,6 @@ bool LevelStashes::is_current() const
return (place == level_id::current());
}
-bool LevelStashes::in_hell() const
-{
- return place.branch >= BRANCH_DIS
- && place.branch <= BRANCH_THE_PIT
- && place.branch != BRANCH_VESTIBULE_OF_HELL;
-}
-
-bool LevelStashes::in_branch(int branchid) const
-{
- return place.branch == branchid;
-}
-
-
std::string LevelStashes::level_name() const
{
return place.describe(true, true);