summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 11:43:07 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 11:43:07 -0600
commit1920e37b7d8f3433c84c860c5228d1213bba0f75 (patch)
tree3591e88073c176c6209aa73e8d9c520c1d6d1c71 /crawl-ref/source/religion.h
parentb2915ea664489947c9702dfa11e40e9d28d22d2e (diff)
downloadcrawl-ref-1920e37b7d8f3433c84c860c5228d1213bba0f75.tar.gz
crawl-ref-1920e37b7d8f3433c84c860c5228d1213bba0f75.zip
Remove now-unused function offer_and_butcher_corpse().
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 5ecc6ce34c..82f112b548 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -79,7 +79,6 @@ void excommunication(god_type new_god = GOD_NO_GOD);
void gain_piety(int pgn);
void god_speaks(god_type god, const char *mesg);
void lose_piety(int pgn);
-void offer_and_butcher_corpse(int corpse);
std::string god_prayer_reaction();
void pray();
void end_prayer();