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