summaryrefslogtreecommitdiff
path: root/src/q_one.c
diff options
context:
space:
mode:
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;