summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-26 16:13:57 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-26 16:13:57 +0200
commitc3b62ae272b074ce3dce91b802fa665e3a10f73b (patch)
treec92ae66066c571bbfd2360165f7c4e8fe87d9bd0 /crawl-ref/source/branch.h
parent74002831be5cf2750a19cf2a9e2fe34e9aa6c0d9 (diff)
downloadcrawl-ref-c3b62ae272b074ce3dce91b802fa665e3a10f73b.tar.gz
crawl-ref-c3b62ae272b074ce3dce91b802fa665e3a10f73b.zip
Remove some unused portal vault special-casing.
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 9a80e1fd4b..ad4fd0df28 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -66,6 +66,4 @@ bool branch_has_monsters(branch_type branch);
branch_type get_branch_at(const coord_def& pos);
bool branch_is_unfinished(branch_type branch);
-
-bool is_portal_vault(branch_type branch); // AXE ME!
#endif