summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 29fb02de8d..ed9376b4a7 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -69,7 +69,6 @@ int actor_to_death_source(const actor* agent);
void ouch(int dam, int death_source, kill_method_type death_type,
const char *aux = NULL, bool see_source = true);
-
void lose_level(void);
bool drain_exp(bool announce_full = true);