summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-27 01:41:39 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-27 01:59:02 +0200
commitbaa7238a404120aa4992f37162403cd0ef5f44a5 (patch)
tree4c94d4d61a0d17272d73cd6e8a148e3298f60d21 /crawl-ref/source/stairs.h
parent6f2c9e570bb912facc4e3bdd8cc855ba21639d63 (diff)
downloadcrawl-ref-baa7238a404120aa4992f37162403cd0ef5f44a5.tar.gz
crawl-ref-baa7238a404120aa4992f37162403cd0ef5f44a5.zip
Staticalize, remove cruft.
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index 2b3088ce3b..3c05140013 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -15,6 +15,5 @@ void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
void new_level();
int runes_in_pack(std::vector<int> &runes);
-dungeon_feature_type random_stair ();
-dungeon_feature_type random_branch_stair ();
+dungeon_feature_type random_stair();
#endif