summaryrefslogtreecommitdiff
path: root/src/q_one.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/q_one.c
parentf5bd542881c50c9295fdb5a541ef7d6e36173815 (diff)
Refactor: Remove unused/dead variables.
Diffstat (limited to 'src/q_one.c')
-rw-r--r--src/q_one.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/q_one.c b/src/q_one.c
index 37a753ee..ec301c5d 100644
--- a/src/q_one.c
+++ b/src/q_one.c
@@ -226,11 +226,9 @@ bool_ quest_one_death_hook(char *fmt)
{
s32b r_idx, m_idx;
bool_ ok = FALSE;
- monster_race *r_ptr;
m_idx = get_next_arg(fmt);
r_idx = m_list[m_idx].r_idx;
- r_ptr = &r_info[r_idx];
if (a_info[ART_POWER].cur_num) return FALSE;