summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-26 03:34:07 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-26 03:34:07 +0200
commit02d59973adabe4f4f776b73f146a9e08b6bd6e79 (patch)
tree16a3b35485bc90a4c16b92e4a18235b3fbfcef4c /crawl-ref/source/godabil.h
parentd7e9cd9940fed03d27b7e71620f5c0aa25e85043 (diff)
downloadcrawl-ref-02d59973adabe4f4f776b73f146a9e08b6bd6e79.tar.gz
crawl-ref-02d59973adabe4f4f776b73f146a9e08b6bd6e79.zip
Make some more functions static.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index aa11364c2e..5394f923ea 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -18,7 +18,6 @@ bool zin_check_able_to_recite();
int zin_check_recite_to_monsters(recite_type *prayertype);
bool zin_recite_to_single_monster(const coord_def& where,
recite_type prayertype);
-void zin_saltify(monster* mon);
bool zin_vitalisation();
void zin_remove_divine_stamina();
bool zin_remove_all_mutations();