summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
committerSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
commit2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3 (patch)
tree71ae14a41b5561a5e772ec1face6cc65a00756f5 /crawl-ref/source/dungeon.h
parentf72215e01c566abe4efc4fb2311c652dadf383c1 (diff)
downloadcrawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.tar.gz
crawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.zip
Start using -Wredundant-decls; fix all the instances I get
That is, unless you count the ones in ncurses' headers, which I can't do anything except suppress.
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 013d71eaba..f60c2c537d 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -242,8 +242,6 @@ void dgn_reset_level(bool enable_random_maps = true);
const vault_placement *dgn_register_place(const vault_placement &place,
bool register_vault);
-void dgn_seen_vault_at(coord_def p);
-
// 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.