summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-27 00:15:07 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-27 00:54:33 +0200
commit505562169e8c3860c5a0cd34cb598edda33cf38b (patch)
tree7daf1d6f737235255c514e2a19ea2cc0cc53e46d /crawl-ref/source/branch.h
parent3b6cb78c875ca01c907641e26e0c5f8152111b45 (diff)
downloadcrawl-ref-505562169e8c3860c5a0cd34cb598edda33cf38b.tar.gz
crawl-ref-505562169e8c3860c5a0cd34cb598edda33cf38b.zip
Remove an almost unused function.
The only call to it was special-cased to return the Vestibule immediately.
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index f93f80e17d..95d3ae5b4f 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -56,7 +56,6 @@ bool is_hell_subbranch(branch_type branch);
bool is_random_lair_subbranch(branch_type branch);
bool is_connected_branch(branch_type branch);
bool is_connected_branch(level_id place);
-level_id branch_entry_level(branch_type branch);
level_id current_level_parent();
branch_type str_to_branch(const std::string &branch,