From 1920e37b7d8f3433c84c860c5228d1213bba0f75 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 11:43:07 -0600 Subject: Remove now-unused function offer_and_butcher_corpse(). --- crawl-ref/source/religion.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/religion.h') 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(); -- cgit v1.2.3-54-g00ecf