summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-27 14:20:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-27 15:46:56 +0200
commit20e7edd90960dfab6bf95c112e5233a26348830f (patch)
tree339724cb82f78095446af21572267fca317c1f69 /crawl-ref/source/stairs.h
parent78740518c74329142238c83b984277dd82982054 (diff)
downloadcrawl-ref-20e7edd90960dfab6bf95c112e5233a26348830f.tar.gz
crawl-ref-20e7edd90960dfab6bf95c112e5233a26348830f.zip
Make a few functions static/gone.
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index 3a4263a3cc..b1bce5336c 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -10,6 +10,4 @@ bool check_annotation_exclusion_warning();
void down_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN);
void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN);
void new_level(bool restore = false);
-
-dungeon_feature_type random_stair(bool do_place_check = true);
#endif