summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-20 21:53:05 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-20 21:53:05 +0200
commitdc1bf02bdc19eb337847862ec95ed1d3f896e9f5 (patch)
treec443fec5768566dce9f6ae9e9786000d4acc9c35 /crawl-ref/source/godprayer.h
parenteaf221fd97279f3793fc209e583cfc425721e6e3 (diff)
downloadcrawl-ref-dc1bf02bdc19eb337847862ec95ed1d3f896e9f5.tar.gz
crawl-ref-dc1bf02bdc19eb337847862ec95ed1d3f896e9f5.zip
Remove a remnant of altar item sacrifices.
The only one left is gold for Zin, and that's not an actual item.
Diffstat (limited to 'crawl-ref/source/godprayer.h')
-rw-r--r--crawl-ref/source/godprayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/godprayer.h b/crawl-ref/source/godprayer.h
index 63e48994b7..f7413b5e1f 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -14,6 +14,5 @@ void pray();
void end_prayer();
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0);
-void offer_items();
#endif