summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Kills.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Kills.h')
-rw-r--r--crawl-ref/source/Kills.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/Kills.h b/crawl-ref/source/Kills.h
index 81f82be2f5..ea02322742 100644
--- a/crawl-ref/source/Kills.h
+++ b/crawl-ref/source/Kills.h
@@ -12,8 +12,6 @@
#include <stdio.h>
#include "enum.h"
-std::string pluralise(const std::string &name,
- const char *no_of[] = NULL);
std::string apostrophise(const std::string &name);
struct monsters;