summaryrefslogtreecommitdiff
path: root/src/gods.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-02-18 13:51:36 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:41:31 +0200
commitb63cc899aeedd7c6704b30738998591f327afbef (patch)
tree834185388b192fe2fbeae3abe713fb51e5c160bc /src/gods.c
parentf5bd542881c50c9295fdb5a541ef7d6e36173815 (diff)
Refactor: Remove unused/dead variables.
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;