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/cmd5.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cmd5.c') diff --git a/src/cmd5.c b/src/cmd5.c index 3f5d4e8c..8495f562 100644 --- a/src/cmd5.c +++ b/src/cmd5.c @@ -465,8 +465,6 @@ void fetch(int dir, int wgt, bool_ require_los) { int ty, tx, i; - bool_ flag; - cave_type *c_ptr; object_type *o_ptr; @@ -512,7 +510,6 @@ void fetch(int dir, int wgt, bool_ require_los) /* Use a direction */ ty = p_ptr->py; /* Where to drop the item */ tx = p_ptr->px; - flag = FALSE; while (1) { -- cgit v1.2.3