summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-29 05:19:30 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-10-31 22:59:39 +0100
commitf73d0cfe86df169f25b19233024fa3e1acced18a (patch)
treefbbf7cebff2b993d333c60936cb8eb962fb9ba11 /crawl-ref/source/dungeon.h
parentd215302b3ce82eb889dff28258454f84dab7ebd7 (diff)
downloadcrawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.tar.gz
crawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.zip
Make a few functions gone or static.
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 35fffbb55c..f815592ff0 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -251,10 +251,6 @@ void dgn_register_place(const vault_placement &place, bool register_vault);
void dgn_seen_vault_at(coord_def p);
-int process_disconnected_zones(int x1, int y1, int x2, int y2,
- bool choose_stairless,
- dungeon_feature_type fill);
-
// Count number of mutually isolated zones. If choose_stairless, only count
// zones with no stairs in them. If fill is set to anything other than
// DNGN_UNSEEN, chosen zones will be filled with the provided feature.