summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 03:37:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 03:37:17 +0000
commitd94c7e9f87b997f6ed27fda3252b70ec461f5288 (patch)
tree40627f5f88ba070b0d4f3db57a80ec2bee2cb509 /crawl-ref/source/religion.h
parentb65a8ee385dade757db63b3f2cbc8e538ce8400d (diff)
downloadcrawl-ref-d94c7e9f87b997f6ed27fda3252b70ec461f5288.tar.gz
crawl-ref-d94c7e9f87b997f6ed27fda3252b70ec461f5288.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6232 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 fbd6afbf38..f925b5e4f2 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -54,7 +54,6 @@ struct god_conduct_trigger
bool is_evil_god(god_type god);
bool is_good_god(god_type god);
bool is_chaotic_god(god_type god);
-bool is_lawful_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);