summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/insult.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/insult.h')
-rw-r--r--crawl-ref/source/insult.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/crawl-ref/source/insult.h b/crawl-ref/source/insult.h
deleted file mode 100644
index adeed139f3..0000000000
--- a/crawl-ref/source/insult.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef INSULT_H
-#define INSULT_H
-
-#include "externs.h"
-
-void imp_taunt( const monsters *mons );
-void demon_taunt( const monsters *mons );
-const char * generic_insult(void);
-const char * racial_insult(void);
-
-std::string imp_taunt_str();
-std::string demon_taunt_str();
-
-#endif