summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-22 03:24:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-22 03:24:11 +0200
commit1e8d292be959bf749768cd94803d0d00d3146fef (patch)
tree49fa134e7beaae8d3d52d0f72459590afb42458e /crawl-ref/source/traps.h
parent3dc861367f7912998171bf77166d640152343a39 (diff)
downloadcrawl-ref-1e8d292be959bf749768cd94803d0d00d3146fef.tar.gz
crawl-ref-1e8d292be959bf749768cd94803d0d00d3146fef.zip
Axe several unused functions.
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index 5068a2d0e8..7534d430ca 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -32,9 +32,6 @@ void destroy_trap(const coord_def& pos);
trap_def* find_trap(const coord_def& where);
trap_type get_trap_type(const coord_def& where);
-trap_type random_trap();
-trap_type random_trap(dungeon_feature_type feat);
-
bool is_valid_shaft_level(const level_id &place = level_id::current());
bool shaft_known(int depth, bool randomly_placed);
level_id generic_shaft_dest(coord_def pos, bool known);