summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index efccdec0c7..6a7a095e9c 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -69,8 +69,6 @@ std::string weird_smell();
std::string weird_sound();
-void curare_hits_player(int agent, int degree);
-
bool mons_is_safe(const monsters *mon, bool want_move = false);
bool need_auto_exclude(const monsters *mon, bool sleepy = false);
void remove_auto_exclude(const monsters *mon, bool sleepy = false);