summaryrefslogtreecommitdiff
path: root/src/gods.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit4ad730223cc0f2661126b51dd0ac012d48b2b10f (patch)
treedec86362fa75a9a363b7676ae7e80ee17888184d /src/gods.cc
parent5f01c81f971e5519e2de00a8dac53a3ed4bb21ac (diff)
Move show_god_info() declaration to its proper location
Remove unused parameter while we're at it.
Diffstat (limited to 'src/gods.cc')
-rw-r--r--src/gods.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gods.cc b/src/gods.cc
index d810846a..0c3297ed 100644
--- a/src/gods.cc
+++ b/src/gods.cc
@@ -100,7 +100,7 @@ void follow_god(int god, bool_ silent)
/*
* Show religious info.
*/
-bool_ show_god_info(bool_ ext)
+bool_ show_god_info()
{
int pgod = p_ptr->pgod;