summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-25 16:25:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-25 16:25:14 +0000
commit494e955621e1c6c759d54c65daafc8cecc030645 (patch)
tree7e6df8fde6676c1c7e2e8d412fcd0f4916a23757 /crawl-ref/source/religion.h
parent915c2ffc0aa07bb33e09b11b5e2275c034fb5d96 (diff)
downloadcrawl-ref-494e955621e1c6c759d54c65daafc8cecc030645.tar.gz
crawl-ref-494e955621e1c6c759d54c65daafc8cecc030645.zip
Remove extraneous references to god_gives_permanent_followers().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6981 c06c8d41-db1a-0410-9941-cceddc491573
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 d26533e87a..03e30ce72e 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -51,7 +51,6 @@ bool is_evil_god(god_type god);
bool is_good_god(god_type god);
bool is_chaotic_god(god_type god);
bool is_priest_god(god_type god);
-bool god_gives_permanent_followers(god_type god);
void simple_god_message(const char *event, god_type which_deity = you.religion);
int piety_breakpoint(int i);
std::string god_name(god_type which_god, bool long_name = false);