summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-25 15:40:04 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-25 16:14:53 +0200
commitd9804648b6ec83383fac16761457d6dd5f62eab2 (patch)
treeeb461c81f2c79301bf057d95624356599a4ee43a /crawl-ref/source/goditem.h
parentf1ac58e51dbefb695286393e0692782951001178 (diff)
downloadcrawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.tar.gz
crawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.zip
Make some more functions static/gone.
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index 895b5b87a4..5b8dff9751 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -35,14 +35,12 @@ bool is_unclean_spellbook(const item_def& item);
bool is_chaotic_spellbook(const item_def& item);
bool is_hasty_spellbook(const item_def& item);
bool is_corpse_violating_spellbook(const item_def & item);
-bool god_hates_spellbook(const item_def& item);
bool is_unholy_rod(const item_def& item);
bool is_evil_rod(const item_def& item);
bool is_unclean_rod(const item_def& item);
bool is_chaotic_rod(const item_def& item);
bool is_hasty_rod(const item_def& item);
bool is_corpse_violating_rod(const item_def & item);
-bool god_hates_rod(const item_def& item);
conduct_type good_god_hates_item_handling(const item_def &item);
conduct_type god_hates_item_handling(const item_def &item);