summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 19714869d1..f5e9dcd4ce 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -92,6 +92,4 @@ void torment( int caster, int tx, int ty );
int torment_monsters(int x, int y, int pow, int caster);
-bool remove_empty_inscription( item_def& item );
-
#endif