summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-24 21:11:58 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-24 21:12:21 +0100
commit4000ad0e330dad4245900649ff827104f0875a21 (patch)
tree5168f70171cc659ded6ceb7737700134ed2292ca /crawl-ref/source/traps.h
parentda16d8c0e20d8c96813196f7d0821a1e5ba68a53 (diff)
downloadcrawl-ref-4000ad0e330dad4245900649ff827104f0875a21.tar.gz
crawl-ref-4000ad0e330dad4245900649ff827104f0875a21.zip
Axe a number of unused functions.
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index 5fd0ee3ec1..63781f737e 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -14,7 +14,6 @@ class monster;
struct trap_def;
void disarm_trap(const coord_def& where);
-void remove_net_from(monster* mon);
void free_self_from_net(void);
void handle_traps(trap_type trt, int i, bool trap_known);