From 216124f7025705d1a682759d22625b6fdfdd3b96 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 14 Jan 2010 10:11:03 -0600 Subject: Remove the last references to god_hates_butchery(). --- crawl-ref/source/religion.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index b3f07ac612..e2b80c93e6 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -774,9 +774,6 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/) std::vector dislikes; - if (god_hates_butchery(which_god)) - dislikes.push_back("you butcher corpses while praying"); - if (god_hates_cannibalism(which_god)) dislikes.push_back("you perform cannibalism"); -- cgit v1.2.3-54-g00ecf