summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-23 02:28:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-23 20:57:56 +0200
commitceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b (patch)
tree0e6d91a26156375d029ab87d0d7f097ea5be23b8 /crawl-ref/source/dungeon.h
parentafb1d1f468006a809ebf73cdedbe5f6dc82ee1ab (diff)
downloadcrawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.tar.gz
crawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.zip
Make a bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index cda451a73d..33b2bb912e 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -233,12 +233,9 @@ void run_map_epilogues();
struct trap_spec;
bool place_specific_trap(const coord_def& where, trap_type trap_spec, int charges = 0);
-bool place_specific_trap(const coord_def& where, trap_spec* spec, int charges = 0);
struct shop_spec;
void place_spec_shop(const coord_def& where,
- shop_spec* spec, bool representative = false);
-void place_spec_shop(const coord_def& where,
int force_s_type, bool representative = false);
bool seen_replace_feat(dungeon_feature_type replace,
dungeon_feature_type feature);