summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 5e36eb4a61..727fb656e4 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -317,10 +317,6 @@ void describe_stash(int x, int y);
#endif // STASH_TRACKING
-std::string branch_level_name(unsigned char branch, int sub_depth);
-
-std::string branch_level_name(unsigned short packed_place);
-
std::string userdef_annotate_item(const char *s, const item_def *item,
bool exclusive = false);