From b63cc899aeedd7c6704b30738998591f327afbef Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 18 Feb 2012 13:51:36 +0100 Subject: Refactor: Remove unused/dead variables. --- src/q_thrain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/q_thrain.c') diff --git a/src/q_thrain.c b/src/q_thrain.c index 0caffe8a..8b2df5a4 100644 --- a/src/q_thrain.c +++ b/src/q_thrain.c @@ -3,12 +3,11 @@ bool_ quest_thrain_death_hook(char *fmt) { - s32b r_idx, m_idx; + s32b m_idx; int r, x, y; monster_type *m_ptr; m_idx = get_next_arg(fmt); - r_idx = m_list[m_idx].r_idx; if ((cquest.status >= QUEST_STATUS_FINISHED) || (dun_level !=cquest.data[0]) || (dungeon_type != DUNGEON_DOL_GULDUR)) return (FALSE); m_ptr = &m_list[m_idx]; -- cgit v1.2.3