summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
commit2d65edd2038fa2cef0e63f4014105e0ec0f93543 (patch)
tree202d709a1c4047099ee1c2cacfa3c8a8aeee7cb0 /crawl-ref/source/branch.h
parentddeb6cd81a85c545c56dc28e2ec75721de274c8c (diff)
downloadcrawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.tar.gz
crawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.zip
Make some functions static, remove unused among those.
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 05c568af91..70fd090ea4 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -71,7 +71,6 @@ level_id current_level_parent();
branch_type str_to_branch(const std::string &branch,
branch_type err = NUM_BRANCHES);
-int branch_ambient_noise(branch_type branch);
int current_level_ambient_noise();
const char *level_area_type_name(int level_type);