summaryrefslogtreecommitdiff
path: root/src/gods.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gods.c')
-rw-r--r--src/gods.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gods.c b/src/gods.c
index 863582a2..b8b8fd3a 100644
--- a/src/gods.c
+++ b/src/gods.c
@@ -81,7 +81,6 @@ void follow_god(int god, bool_ silent)
bool_ show_god_info(bool_ ext)
{
int pgod = p_ptr->pgod;
- int tmp;
deity_type *d_ptr;
@@ -107,7 +106,7 @@ bool_ show_god_info(bool_ ext)
text_out(d_ptr->desc[i]);
text_out("\n");
- tmp = inkey();
+ inkey();
Term_load();
character_icky = FALSE;